mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-15 00:34:05 +09:00
first commit
This commit is contained in:
8
lib/curve25519/curve25519.h
Executable file
8
lib/curve25519/curve25519.h
Executable file
@@ -0,0 +1,8 @@
|
||||
#ifndef CURVE25519_DONNA_H
|
||||
#define CURVE25519_DONNA_H
|
||||
|
||||
static const unsigned char kCurve25519BasePoint[32] = { 9 };
|
||||
|
||||
int curve25519_donna(unsigned char *mypublic, const unsigned char *secret, const unsigned char *basepoint);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user