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.
- Polyval
Lite - 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.