macro_rules! chacha12_poly1305_impl {
($t:ty) => { ... };
}Expand description
Register the global ChaCha12Poly1305 implementation.
macro_rules! chacha12_poly1305_impl {
($t:ty) => { ... };
}Register the global ChaCha12Poly1305 implementation.