Crate polyhash

Source
Expand description

POLYVAL per RFC 8452.

Modules§

ghash
GHASH.

Structs§

Choice
The Choice struct represents a choice for use in conditional assignment.
Polyval
An implementation of POLYVAL.
PolyvalLite
The same thing as Polyval, except it only processes one block at a time.
Tag
An authentication tag.

Constants§

BLOCK_SIZE
The size in bytes of a POLYVAL (or GHASH) block.
KEY_SIZE
The size in bytes of a POLYVAL (or GHASH) key.