Electroneum
ed25519-ref10.h File Reference

Go to the source code of this file.

Functions

int crypto_sign_pk_ref10 (unsigned char *pk, unsigned char *sk)
 
int crypto_sign_ref10 (unsigned char *sm, unsigned long long *smlen, const unsigned char *m, unsigned long long mlen, const unsigned char *sk)
 
int crypto_sign_open_ref10 (unsigned char *m, unsigned long long *mlen, const unsigned char *sm, unsigned long long smlen, const unsigned char *pk)
 

Function Documentation

◆ crypto_sign_open_ref10()

int crypto_sign_open_ref10 ( unsigned char *  m,
unsigned long long *  mlen,
const unsigned char *  sm,
unsigned long long  smlen,
const unsigned char *  pk 
)

◆ crypto_sign_pk_ref10()

int crypto_sign_pk_ref10 ( unsigned char *  pk,
unsigned char *  sk 
)

◆ crypto_sign_ref10()

int crypto_sign_ref10 ( unsigned char *  sm,
unsigned long long *  smlen,
const unsigned char *  m,
unsigned long long  mlen,
const unsigned char *  sk 
)