mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
drop verifier not used anymore
This commit is contained in:
parent
6153d799bc
commit
f7d90648e3
3 changed files with 15 additions and 3 deletions
|
@ -135,7 +135,8 @@ namespace data
|
|||
bool Verify (const uint8_t * buf, size_t len, const uint8_t * signature) const;
|
||||
SigningKeyType GetSigningKeyType () const;
|
||||
CryptoKeyType GetCryptoKeyType () const;
|
||||
|
||||
void DropVerifier (); // to save memory
|
||||
|
||||
private:
|
||||
|
||||
void CreateVerifier () const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue