mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-25 02:02:57 -03:00
8 lines
355 B
C
8 lines
355 B
C
#define crypto_sign ed25519_amd64_51_30k_sign
|
|
#define crypto_sign_keypair ed25519_amd64_51_30k_keygen
|
|
#define crypto_sign_seckey ed25519_ramd64_51_30k_seckey
|
|
#define crypto_sign_seckey_expand ed25519_amd64_51_30k_seckey_expand
|
|
#define crypto_sign_pubkey ed25519_amd64_51_30k_pubkey
|
|
#define crypto_sign_open ed25519_amd64_51_30k_open
|
|
|
|
#include "ed25519.h"
|