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