pub type cose_sign_enc_t = cose_sign;Aliased Type§
struct cose_sign_enc_t {
pub hdrs: cose_headers_t,
pub signatures: *mut cose_signature,
pub payload: *const c_void,
pub payload_len: u32,
pub ext_aad: *const c_void,
pub ext_aad_len: u32,
pub flags: u16,
}Fields§
§hdrs: cose_headers_t§signatures: *mut cose_signature§payload: *const c_void§payload_len: u32§ext_aad: *const c_void§ext_aad_len: u32§flags: u16Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes