Go to the source code of this file.
|
| #define | sc_reduce crypto_sign_ed25519_ref10_sc_reduce |
| |
| #define | sc_muladd crypto_sign_ed25519_ref10_sc_muladd |
| |
|
| void | sc_reduce (unsigned char *) |
| |
| void | sc_muladd (unsigned char *, const unsigned char *, const unsigned char *, const unsigned char *) |
| |
◆ sc_muladd
| #define sc_muladd crypto_sign_ed25519_ref10_sc_muladd |
Definition at line 10 of file sc.h.
◆ sc_reduce
| #define sc_reduce crypto_sign_ed25519_ref10_sc_reduce |
Definition at line 9 of file sc.h.
◆ sc_muladd()
| void sc_muladd |
( |
unsigned char * |
, |
|
|
const unsigned char * |
, |
|
|
const unsigned char * |
, |
|
|
const unsigned char * |
|
|
) |
| |
◆ sc_reduce()
| void sc_reduce |
( |
unsigned char * |
| ) |
|