Crate digest [] [src]

Structs

InvalidLength

The error type for variable digest outpur

Traits

Digest

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

DigestFixedOutput

Trait for returning digest result with the fixed size

DigestInput

Trait for processing input data

DigestVariableOutput

Trait for returning digest result with the varaible size

Type Definitions

VariableResult