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