pub unsafe extern "C" fn cose_key_init(key: *mut cose_key_t)
Expand description
Initialize a cose key object, must be called before using the key object
@param key Signer object to initialize
pub unsafe extern "C" fn cose_key_init(key: *mut cose_key_t)
Initialize a cose key object, must be called before using the key object
@param key Signer object to initialize