pub type cose_signature_t = cose_signature;
Expand description
@name Signature struct @brief Contains signature and headers related to the signatures @{
Aliased Type§
struct cose_signature_t {
pub next: *mut cose_signature,
pub hdrs: cose_headers_t,
pub signature: *const u8,
pub signature_len: u32,
pub signer: *const cose_key,
}
Fields§
§next: *mut cose_signature
< Next signature in list
hdrs: cose_headers_t
< Headers
signature: *const u8
< Pointer to the signature
signature_len: u32
< Length of the signature
signer: *const cose_key
< Pointer to the signer used for this signature
Layout§
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: 24 bytes