Module orion::hazardous::constants[][src]

Constant values and types.

Constants

CHACHA_BLOCKSIZE

The blocksize which ChaCha20 operates on.

HLEN

The output size for the hash function SHA512.

SHA2_BLOCKSIZE

The blocksize for the hash function SHA512.

Type Definitions

BlocksizeArray

Type for an array of length SHA2_BLOCKSIZE.

ChaChaState

Type for a ChaCha state represented as an array of 16 32-bit unsigned integers.

HLenArray

Type for an array of length HLEN.