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