hbc/channel/channelapp/source/ecdsa.h

9 lines
120 B
C
Raw Normal View History

2016-11-23 06:35:12 +01:00
#ifndef _ECDSA_H_
#define _ECDSA_H_
#include <ogcsys.h>
int check_ecdsa(const u8 *Q, u8 *R, u8 *S, u8 *hash);
#endif