mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-13 01:20:22 +03:00
6 lines
159 B
C
6 lines
159 B
C
|
#define crypto_sign ed25519_ref10_sign
|
||
|
#define crypto_sign_pubkey ed25519_ref10_pubkey
|
||
|
#define crypto_sign_open ed25519_ref10_open
|
||
|
|
||
|
#include "ed25519_ref10.h"
|