Format of the header of a serialized RSA public key. More...
Data Fields | |
uint16_t | modulus_length |
length of modulus 'n' in bytes, in NBO More... | |
uint16_t | public_exponent_length |
length of exponent in bytes, in NBO More... | |
Format of the header of a serialized RSA public key.
Definition at line 280 of file crypto_rsa.c.
uint16_t GNUNET_CRYPTO_RsaPublicKeyHeaderP::modulus_length |
length of modulus 'n' in bytes, in NBO
Definition at line 285 of file crypto_rsa.c.
Referenced by GNUNET_CRYPTO_rsa_public_key_decode(), and GNUNET_CRYPTO_rsa_public_key_encode().
uint16_t GNUNET_CRYPTO_RsaPublicKeyHeaderP::public_exponent_length |
length of exponent in bytes, in NBO
Definition at line 290 of file crypto_rsa.c.
Referenced by GNUNET_CRYPTO_rsa_public_key_decode(), and GNUNET_CRYPTO_rsa_public_key_encode().