fz_sha384

Type Alias fz_sha384 

Source
pub type fz_sha384 = fz_sha512;
Expand description

Structure definition is public to enable stack
based allocation. Do not access the members directly.

Aliased Type§

#[repr(C)]
pub struct fz_sha384 { pub state: [u64; 8], pub count: [u32; 2], pub buffer: fz_sha512__bindgen_ty_1, }

Fields§

§state: [u64; 8]§count: [u32; 2]§buffer: fz_sha512__bindgen_ty_1