[][src]Trait win_crypto_ng::hash::AlgorithmKind

pub trait AlgorithmKind {
    pub fn to_str(&self) -> &'static str;
}

Algorithm kind used with hashing facilities.

This can be either a regular HashAlgorithmId (hash function) or MacAlgorithmId (message authentication code).

Required methods

pub fn to_str(&self) -> &'static str[src]

Loading content...

Implementors

impl AlgorithmKind for HashAlgorithmId[src]

impl AlgorithmKind for MacAlgorithmId[src]

Loading content...