pub unsafe extern "C" fn cose_sign_verify_buffer_required(
    sign: *const cose_sign_dec_t,
    signature: *const cose_signature_dec_t
) -> size_t
Expand description

Determine the scratch buffer required for verifying the signature

@param sign The sign object @param signature A signature object belonging to the sign object

@return The size required for the scratch buffer