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 |
◆ sc_reduce
| #define sc_reduce crypto_sign_ed25519_ref10_sc_reduce |
◆ sc_muladd()
| void sc_muladd |
( |
unsigned char * |
s, |
|
|
const unsigned char * |
a, |
|
|
const unsigned char * |
b, |
|
|
const unsigned char * |
c |
|
) |
| |
◆ sc_reduce()
| void sc_reduce |
( |
unsigned char * |
s | ) |
|