solana/chacha/src/lib.rs

9 lines
101 B
Rust

#[macro_use]
extern crate log;
#[cfg(test)]
#[macro_use]
extern crate hex_literal;
pub mod chacha;