pub fn verify_public(
    public: &Public,
    signature: &Signature,
    message: &Message
) -> Result<bool, Error>
Expand description

Performs verification of the signature for the given message with corresponding public key