Function verify_signature

Source
pub fn verify_signature(
    hash: &SaitoHash,
    sig: &SaitoSignature,
    public_key: &SaitoPublicKey,
) -> bool