Initial commit

This commit is contained in:
Hector Martin
2016-11-23 14:35:12 +09:00
commit 5b1c4f85b6
296 changed files with 39925 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#ifndef _ECDSA_H_
#define _ECDSA_H_
#include <ogcsys.h>
int check_ecdsa(const u8 *Q, u8 *R, u8 *S, u8 *hash);
#endif