Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

Sha1

Type Alias Sha1 

Source
pub type Sha1 = CoreWrapper<Sha1Core>;
Expand description

SHA-1 hasher state.

Aliased Typeยง

pub struct Sha1 { /* private fields */ }