Tor 0.4.9.0-alpha-dev
Data Fields
crypto_digest_checkpoint_t Struct Reference

#include <crypto_digest.h>

Data Fields

uint8_t mem [DIGEST_CHECKPOINT_BYTES]
 

Detailed Description

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.

Field Documentation

◆ mem

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


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