mirror of
https://github.com/cathugger/mkp224o.git
synced 2026-01-26 11:12:09 -06:00
init
This commit is contained in:
8
ed25519/ref10/crypto_sign.h
Normal file
8
ed25519/ref10/crypto_sign.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#define crypto_sign ed25519_ref10_sign
|
||||
#define crypto_sign_keypair ed25519_ref10_keygen
|
||||
#define crypto_sign_seckey ed25519_ref10_seckey
|
||||
#define crypto_sign_seckey_expand ed25519_ref10_seckey_expand
|
||||
#define crypto_sign_pubkey ed25519_ref10_pubkey
|
||||
#define crypto_sign_open ed25519_ref10_open
|
||||
|
||||
#include "ed25519_ref10.h"
|
||||
Reference in New Issue
Block a user