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
algorithm: Hashes
parameters: Map<String, Value>
salt: Vec<u8>
hash: Vec<u8>