sha3
Embeddable C11 SHA-3 implementation.
Data Structures
Here are the data structures with brief descriptions:
 Ccshake_params_tCSHAKE parameters
 Chmac_sha3_tHMAC-SHA3 (Hash-based Message Authentication Code) context (all members are private)
 Ck12_tKangarooTwelve XOF context (all members are private)
 Ckmac_params_tKMAC configuration parameters (key and customization string)
 Cparallelhash_params_tParallelHash configuration parameters
 Cparallelhash_tParallelHash context (all members are private)
 Csha3_state_tInternal SHA-3 state (all members are private)
 Csha3_tIterative SHA-3 context (all members are private)
 Csha3_xof12_tIterative XOF context (all members are private) for XOFs with 12 round permutations
 Csha3_xof_tIterative XOF context (all members are private)
 Ctuplehash_params_tTupleHash configuration parameters
 Ctuplehash_str_tIndividual element of TupleHash tuple
 Cturboshake_tTurboShake XOF context (all members are private)