pub unsafe extern "C" fn cose_signature_decode_init(
signature: *mut cose_signature_dec_t,
buf: *const u8,
len: size_t,
)
Expand description
@brief Initialize a signature decoder context
@param signature The signature decoder @param buf Buffer to read signature data from @param len length of the buffer