Update Simulcrypt ECMg
This commit is contained in:
@@ -200,9 +200,10 @@ TEST(EciesEncryptorTest, EciesEncryptNullKeySource) {
|
||||
class MockEcKeySource : public ECKeySource {
|
||||
public:
|
||||
MockEcKeySource() = default;
|
||||
MOCK_METHOD3(GetECKey,
|
||||
bool(ECPrivateKey::EllipticCurve curve, std::string* private_key,
|
||||
std::string* public_key));
|
||||
MOCK_METHOD(bool, GetECKey,
|
||||
(ECPrivateKey::EllipticCurve curve, std::string* private_key,
|
||||
std::string* public_key),
|
||||
(override));
|
||||
};
|
||||
|
||||
TEST(EciesEncryptorTest, EciesEncryptKeysourceFail) {
|
||||
|
||||
Reference in New Issue
Block a user