Expand description
Small GPU-friendly (rust-gpu) software implementation of ChaCha8
Does not require a standard library (no_std) or an allocator.
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