Skip to main content

Crate ab_chacha8

Crate ab_chacha8 

Source
Expand description

Small GPU-friendly (rust-gpu) software implementation of ChaCha8

Does not require a standard library (no_std) or an allocator.

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