ocrypto_sha384_ctx

Type Alias ocrypto_sha384_ctx 

Source
pub type ocrypto_sha384_ctx = ocrypto_sha512_ctx;
Expand description

@cond

Aliased Type§

#[repr(C)]
pub struct ocrypto_sha384_ctx { pub h: [u64; 8], pub v: [u64; 8], pub w: [u64; 16], pub buffer: [u8; 128], pub length: u32, pub in_length: usize, }

Fields§

§h: [u64; 8]§v: [u64; 8]§w: [u64; 16]§buffer: [u8; 128]§length: u32§in_length: usize