Struct crypto::sha1::Sha1
[-] [+]
[src]
pub struct Sha1 { // some fields omitted }
Structure representing the state of a Sha1 computation
pub struct Sha1 { // some fields omitted }
Structure representing the state of a Sha1 computation
impl Sha1
impl Digest for Sha1
fn reset(&mut self)
fn input(&mut self, msg: &[u8])
fn result(&mut self, out: &mut [u8])
fn output_bits(&self) -> usize
fn block_size(&self) -> usize
fn output_bytes(&self) -> usize
fn input_str(&mut self, input: &str)
fn result_str(&mut self) -> String
impl Copy for Sha1
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).