Information we have in an encrypted block with record data (i.e. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/lib/gnsrecord/gnsrecord_crypto.h>
Data Fields | |
struct GNUNET_CRYPTO_EccSignaturePurpose | purpose |
Number of bytes signed; also specifies the number of bytes of encrypted data that follow. More... | |
struct GNUNET_TIME_AbsoluteNBO | expiration_time |
Expiration time of the block. More... | |
Information we have in an encrypted block with record data (i.e.
in the DHT).
Definition at line 38 of file gnsrecord_crypto.h.
struct GNUNET_CRYPTO_EccSignaturePurpose GNRBlockPS::purpose |
Number of bytes signed; also specifies the number of bytes of encrypted data that follow.
Definition at line 44 of file gnsrecord_crypto.h.
Referenced by block_sign_ecdsa(), block_sign_eddsa(), and GNUNET_GNSRECORD_block_verify().
struct GNUNET_TIME_AbsoluteNBO GNRBlockPS::expiration_time |
Expiration time of the block.
Definition at line 49 of file gnsrecord_crypto.h.
Referenced by block_sign_ecdsa(), block_sign_eddsa(), and GNUNET_GNSRECORD_block_verify().