verify

Function verify 

Source
pub fn verify<V: Variant>(
    public: &V::Public,
    dst: DST,
    message: &[u8],
    signature: &V::Signature,
) -> Result<(), Error>
Expand description

Verifies the signature with the provided public key.