Expand description
Small GPU-friendly software implementation of ChaCha8
Structs§
- ChaCha8
State - State of ChaCha8 cipher
Functions§
- block_
to_ bytes - Convert block to bytes
- bytes_
to_ block - Create an instance from internal representation
Type Aliases§
- ChaCha8
Block - A single ChaCha8 block