Tor 0.4.9.9
Loading...
Searching...
No Matches
common_digests_t Struct Reference

#include <crypto_digest.h>

Data Fields

char d [N_COMMON_DIGEST_ALGORITHMS][DIGEST256_LEN]
 

Detailed Description

A set of all the digests we commonly compute, taken on a single string. This used to support 512-bit digests but now we allow only 256-bit at most (see tickets 17795 and 41267).

Note that this representation wastes 12 bytes for the SHA1 case.

Definition at line 85 of file crypto_digest.h.

Field Documentation

◆ d


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