Initial commit
This commit is contained in:
8
channel/channelapp/source/ecdsa.h
Normal file
8
channel/channelapp/source/ecdsa.h
Normal 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
|
||||
Reference in New Issue
Block a user