GNUnet 0.21.1
GNUNET_CRYPTO_RsaPublicKeyHeaderP Struct Reference

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...
 

Detailed Description

Format of the header of a serialized RSA public key.

Definition at line 280 of file crypto_rsa.c.

Field Documentation

◆ modulus_length

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().

◆ public_exponent_length

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().


The documentation for this struct was generated from the following file: