mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
EdDSA signature type added
This commit is contained in:
parent
454f2dabbd
commit
48289845df
4 changed files with 15 additions and 15 deletions
|
@ -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:
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue