Function dryoc::classic::crypto_sign::crypto_sign_final_verify   
source · pub fn crypto_sign_final_verify(
    state: SignerState,
    signature: &Signature,
    public_key: &PublicKey
) -> Result<(), Error>Expand description
Verifies the computed signature for state and public_key matches
signature, consuming the state.