Trait flow_sdk::algorithms::HashAlgorithm[][src]

pub trait HashAlgorithm: Sealed {
    const CODE: u32;
    const NAME: &'static str;
}
Expand description

A hashing algorithm.

Associated Constants

The code of the algorithm.

The name of the algorithm.

Implementors