ecrecover/include/ecrecover.h
2019-08-02 15:55:46 +02:00

7 lines
130 B
C

#if !defined __AE_ECRECOVER_H
#define __AE_ECRECOVER_H
int ecrecover(const unsigned char *input, unsigned char *output);
#endif