mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-09 01:07:16 +01:00
6 lines
104 B
C
6 lines
104 B
C
|
#include <stdint.h>
|
||
|
#include <sys/types.h>
|
||
|
typedef int64_t crypto_int64;
|
||
|
|
||
|
#define select ed25519_select
|