[][src]Function monocypher::pubkey::check::check

pub fn check(
    signature: [u8; 64],
    public_key: [u8; 32],
    message: &[u8]
) -> Result<(), String>