drop verifier not used anymore

This commit is contained in:
orignal 2014-11-26 10:28:06 -05:00
parent 6153d799bc
commit f7d90648e3
3 changed files with 15 additions and 3 deletions

View file

@ -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;