Skip to main content

check_sig

Function check_sig 

Source
pub unsafe fn check_sig(
    message_ptr: *const u8,
    message_len: usize,
    signature_ptr: *const u8,
    signature_len: usize,
    pubkey_ptr: *const u8,
    pubkey_len: usize,
) -> i32