mirror of
https://github.com/FIX94/hbc.git
synced 2024-11-01 16:45:09 +01:00
9 lines
120 B
C
9 lines
120 B
C
#ifndef _ECDSA_H_
|
|
#define _ECDSA_H_
|
|
|
|
#include <ogcsys.h>
|
|
|
|
int check_ecdsa(const u8 *Q, u8 *R, u8 *S, u8 *hash);
|
|
|
|
#endif
|