Tor
0.4.7.0-alpha-dev
|
#include <crypto_digest.h>
Data Fields | |
uint8_t | mem [DIGEST_CHECKPOINT_BYTES] |
Structure used to temporarily save the a digest object. Only implemented for SHA1 digest for now.
Definition at line 69 of file crypto_digest.h.
uint8_t mem[DIGEST_CHECKPOINT_BYTES] |
A buffer to store the SHA1 state. Its contents are unspecified, and are managed by the underlying crypto library.
Definition at line 76 of file crypto_digest.h.
Referenced by crypto_digest_checkpoint(), and crypto_digest_restore().