Expand description
The SNOW-V stream cipher.
Structs§
- Error
- The error returned by
SnowVwhen it’s reached the end of its keystream. - SnowV
- The SNOW-V stream cipher.
Constants§
- BLOCK_
SIZE - The size in bytes of a SNOW-V block.
- IV_SIZE
- The size in bytes of a SNOW-V stream cipher IV.
- KEY_
SIZE - The size in bytes of a SNOW-V stream cipher key.
- MAX_
BLOCKS - The maximum number of blocks that can be encrypted.