[][src]Trait digest::AlgorithmName

pub trait AlgorithmName {
    pub const NAME: &'static str;
}

Trait which stores algorithm name constant, used in Debug implementations.

Associated Constants

pub const NAME: &'static str[src]

Algorithm name.

Loading content...

Implementors

Loading content...