mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-04-19 05:19:09 +00:00
9 lines
330 B
C
9 lines
330 B
C
|
#define crypto_sign ed25519_amd64_64_sign
|
||
|
#define crypto_sign_keypair ed25519_amd64_64_keygen
|
||
|
#define crypto_sign_seckey ed25519_amd64_64_seckey
|
||
|
#define crypto_sign_seckey_expand ed25519_amd64_64_seckey_expand
|
||
|
#define crypto_sign_pubkey ed25519_amd64_64_pubkey
|
||
|
#define crypto_sign_open ed25519_amd64_64_open
|
||
|
|
||
|
#include "ed25519.h"
|