|
Electroneum
|
#include "crypto_int32.h"

Go to the source code of this file.
Macros | |
| #define | fe_frombytes crypto_sign_ed25519_ref10_fe_frombytes |
| #define | fe_tobytes crypto_sign_ed25519_ref10_fe_tobytes |
| #define | fe_copy crypto_sign_ed25519_ref10_fe_copy |
| #define | fe_isnonzero crypto_sign_ed25519_ref10_fe_isnonzero |
| #define | fe_isnegative crypto_sign_ed25519_ref10_fe_isnegative |
| #define | fe_0 crypto_sign_ed25519_ref10_fe_0 |
| #define | fe_1 crypto_sign_ed25519_ref10_fe_1 |
| #define | fe_cswap crypto_sign_ed25519_ref10_fe_cswap |
| #define | fe_cmov crypto_sign_ed25519_ref10_fe_cmov |
| #define | fe_add crypto_sign_ed25519_ref10_fe_add |
| #define | fe_sub crypto_sign_ed25519_ref10_fe_sub |
| #define | fe_neg crypto_sign_ed25519_ref10_fe_neg |
| #define | fe_mul crypto_sign_ed25519_ref10_fe_mul |
| #define | fe_sq crypto_sign_ed25519_ref10_fe_sq |
| #define | fe_sq2 crypto_sign_ed25519_ref10_fe_sq2 |
| #define | fe_mul121666 crypto_sign_ed25519_ref10_fe_mul121666 |
| #define | fe_invert crypto_sign_ed25519_ref10_fe_invert |
| #define | fe_pow22523 crypto_sign_ed25519_ref10_fe_pow22523 |
Typedefs | |
| typedef crypto_int32 | fe[10] |
Functions | |
| void | fe_frombytes (fe, const unsigned char *) |
| void | fe_tobytes (unsigned char *, const fe) |
| void | fe_copy (fe, const fe) |
| int | fe_isnonzero (const fe) |
| int | fe_isnegative (const fe) |
| void | fe_0 (fe) |
| void | fe_1 (fe) |
| void | fe_cswap (fe, fe, unsigned int) |
| void | fe_cmov (fe, const fe, unsigned int) |
| void | fe_add (fe, const fe, const fe) |
| void | fe_sub (fe, const fe, const fe) |
| void | fe_neg (fe, const fe) |
| void | fe_mul (fe, const fe, const fe) |
| void | fe_sq (fe, const fe) |
| void | fe_sq2 (fe, const fe) |
| void | fe_mul121666 (fe, const fe) |
| void | fe_invert (fe, const fe) |
| void | fe_pow22523 (fe, const fe) |
| typedef crypto_int32 fe[10] |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |