Crate digest [] [src]

Structs

InvalidLength

The error type for variable digest output

Traits

Digest

The Digest trait specifies an interface common to digest functions. It's a convinience wrapper around DigestInput and DigestFixedResult

FixedOutput

Trait for returning digest result with the fixed size

Input

Trait for processing input data

VariableOutput

Trait for returning digest result with the varaible size

Type Definitions

VariableResult