7 lines
130 B
C
7 lines
130 B
C
#if !defined __AE_ECRECOVER_H
|
|
#define __AE_ECRECOVER_H
|
|
|
|
int ecrecover(const unsigned char *input, unsigned char *output);
|
|
|
|
#endif
|