Crate ab_chacha8

Source
Expand description

Small GPU-friendly software implementation of ChaCha8

Structs§

ChaCha8State
State of ChaCha8 cipher

Functions§

block_to_bytes
Convert block to bytes
bytes_to_block
Create an instance from internal representation

Type Aliases§

ChaCha8Block
A single ChaCha8 block