RTL8710AF_GCC/tools/wigadget/iOS/WiGadget/WiGadget/Crypto/Curve25519/curve25519-donna.h
ant 03e74a8e50 motify compile link error
motify compile link error
2016-09-18 09:03:25 +08:00

14 lines
287 B
C

#ifndef __curve25519_donnaDotH__
#define __curve25519_donnaDotH__
#ifdef __cplusplus
extern "C" {
#endif
void curve25519_donna( unsigned char *outKey, const unsigned char *inSecret, const unsigned char *inBasePoint );
#ifdef __cplusplus
}
#endif
#endif // __curve25519_donnaDotH__