Struct serde_mcf::McfHash [] [src]

pub struct McfHash {
    pub algorithm: Hashes,
    pub parameters: Map<String, Value>,
    pub salt: Vec<u8>,
    pub hash: Vec<u8>,
}

A generic hash converted from the ModularCryptFormat.

Fields

Trait Implementations

impl Debug for McfHash
[src]

[src]

Formats the value using the given formatter.