Crate yar_hash

Crate yar_hash 

Source

Structs§

Hash
TaggedHash

Statics§

B64_ENGINE

Traits§

SerUpdate
Serialize
Serialization trait, designed to be portable comparable (in contrast to std::hash::Hash)

Functions§

b64_decodeDeprecated
Decode from string reference as octets using the specified Engine.
b64_encodeDeprecated
Encode arbitrary octets as base64 using the provided Engine into a new String.