libdecaf
|
Verification (i.e. More...
#include <ed448.hxx>
Public Member Functions | |
decaf_error_t DECAF_WARN_UNUSED | verify_prehashed_noexcept (const FixedBlock< DECAF_EDDSA_448_SIGNATURE_BYTES > &sig, const Prehash &ph) const |
Verify that a signature is valid for a given prehashed message, given the context. | |
void | verify_prehashed (const FixedBlock< DECAF_EDDSA_448_SIGNATURE_BYTES > &sig, const Prehash &ph) const |
Verify that a signature is valid for a given prehashed message, given the context. | |
void | verify_with_prehash (const FixedBlock< DECAF_EDDSA_448_SIGNATURE_BYTES > &sig, const Block &message, const Block &context=NO_CONTEXT()) const |
Hash and verify a message, using the prehashed verification mode. | |
Verification (i.e.
public) EdDSA key, prehashed version.