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