Tor  0.4.7.0-alpha-dev
Data Fields
crypto_xof_t Struct Reference

Data Fields

keccak_state s
 

Detailed Description

Internal state for a eXtendable-Output Function (XOF).

State for computing an "extendable-output function" (like SHAKE) over a stream of data, and/or streaming the output.

Definition at line 137 of file crypto_digest.c.

Field Documentation

◆ s

State of the Keccak sponge for the SHAKE-256 computation.

Definition at line 156 of file crypto_digest.c.

Referenced by crypto_xof_add_bytes(), and crypto_xof_squeeze_bytes().


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