bitcoin-chacha 0.1.19

classes for the ChaCha20 256 bitstream cipher
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// ---------------- [ File: bitcoin-chacha/src/lib.rs ]
#[macro_use] mod imports; use imports::*;

x!{bcmp}
x!{chacha20}
x!{chacha20_crypt}
x!{chacha20_keystream}
x!{chacha20_set_key}
x!{chacha_poly_aead}
x!{chacha_poly_aead_crypt}
x!{chacha_poly_aead_get_length}
x!{poly1305_constants}
x!{quarterround}
x!{compute_poly1305_tag}