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
8891d9aa4d
commit
454f2dabbd
4 changed files with 40 additions and 3 deletions
|
@ -77,7 +77,12 @@ namespace crypto
|
|||
private:
|
||||
|
||||
CryptoPP::Integer q, l, d, I;
|
||||
};
|
||||
};
|
||||
|
||||
bool EDDSAVerifier::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