EdDSA signature type added

This commit is contained in:
orignal 2015-04-08 16:28:52 -04:00
parent 454f2dabbd
commit 48289845df
4 changed files with 15 additions and 15 deletions

View file

@ -79,7 +79,7 @@ namespace crypto
CryptoPP::Integer q, l, d, I;
};
bool EDDSAVerifier::Verify (const uint8_t * buf, size_t len, const uint8_t * signature) const
bool EDDSA25519Verifier::Verify (const uint8_t * buf, size_t len, const uint8_t * signature) const
{
return true; // TODO:
}