Add AES-ECB as a supported encryption mode in ECMG
This commit is contained in:
@@ -145,13 +145,11 @@ class ECPublicKey {
|
||||
// Returns true on success and false on error.
|
||||
virtual bool GetRawPublicKey(std::string* raw_public_key) const;
|
||||
|
||||
private:
|
||||
friend class ECPrivateKey;
|
||||
|
||||
ECPublicKey& operator=(const ECPublicKey&) = delete;
|
||||
|
||||
const EC_KEY* key() const { return key_.get(); }
|
||||
|
||||
private:
|
||||
ECPublicKey& operator=(const ECPublicKey&) = delete;
|
||||
|
||||
ScopedECKEY key_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user