bloock_merge/hash_algorithms/
mod.rs

1#[cfg(feature = "blake2b")]
2pub mod blake2b;
3#[cfg(feature = "keccak")]
4pub mod keccak;