Function crypto::sha1::sha1_digest_block_u32
[-] [+]
[src]
pub fn sha1_digest_block_u32(state: &mut [u32; 5], block: &[u32; 16])
Process a block with the SHA-1 algorithm.
pub fn sha1_digest_block_u32(state: &mut [u32; 5], block: &[u32; 16])
Process a block with the SHA-1 algorithm.
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).