Skip to main content

verify

Function verify 

Source
pub fn verify(
    proof: &SchnorrProof,
    public: &AffinePoint,
    message: &[u8],
) -> Result<bool, SchnorrError>
Expand description

Verify a Schnorr proof.