use Add;
use crate::;
/// Correlation-resistant hash function built from a block cipher.
///
/// ** Note: ** This function implements the MMO hash from
/// Guo et al "Efficient and Secure Multiparty Computation from Fixed-Key Block Ciphers"
/// Circular correlation-resistant hash function built from a block cipher.
///
/// ** Note: ** This function implements the \hat{MMO} hash from
/// Guo et al "Efficient and Secure Multiparty Computation from Fixed-Key Block Ciphers"