// ---------------- [ 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}