pub type ocrypto_sha224_ctx = ocrypto_sha256_ctx;Expand description
@cond
Aliased Type§
#[repr(C)]pub struct ocrypto_sha224_ctx {
pub h: [u32; 8],
pub v: [u32; 8],
pub w: [u32; 16],
pub buffer: [u8; 64],
pub length: u32,
pub in_length: usize,
}Fields§
§h: [u32; 8]§v: [u32; 8]§w: [u32; 16]§buffer: [u8; 64]§length: u32§in_length: usize