Elligator representative (always for Curve25519) More...
#include <gnunet_crypto_lib.h>
Data Fields | |
uint8_t | r [256/8] |
Represents an element of Curve25519 finite field. More... | |
Elligator representative (always for Curve25519)
Definition at line 367 of file gnunet_crypto_lib.h.
uint8_t GNUNET_CRYPTO_ElligatorRepresentative::r[256/8] |
Represents an element of Curve25519 finite field.
Always smaller than 2 ^ 254 - 10 -> Needs to be serialized into a random-looking byte stream before transmission.
Definition at line 373 of file gnunet_crypto_lib.h.
Referenced by GNUNET_CRYPTO_ecdhe_elligator_decoding(), GNUNET_CRYPTO_ecdhe_elligator_encoding(), and GNUNET_CRYPTO_hpke_elligator_kem_decaps().