diff options
author | Simon Cogliani <[email protected]> | 2016-08-01 23:44:06 +0200 |
---|---|---|
committer | Simon Cogliani <[email protected]> | 2016-08-01 23:44:06 +0200 |
commit | c81c0d2c69caa8d8bd79b1ad5757c8eb28494720 (patch) | |
tree | 88ec7eca51e7042e42cecfa0a7ffd9e48fbbce32 /src/tests/test_ecdsa.cpp | |
parent | 66b336444716a868ac0f9ae464aab5b02a2db8a1 (diff) |
Added ecdsa_keygen for frp256v1
Diffstat (limited to 'src/tests/test_ecdsa.cpp')
-rw-r--r-- | src/tests/test_ecdsa.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_ecdsa.cpp b/src/tests/test_ecdsa.cpp index 15490f1f8..be56c315e 100644 --- a/src/tests/test_ecdsa.cpp +++ b/src/tests/test_ecdsa.cpp @@ -64,7 +64,7 @@ class ECDSA_Signature_KAT_Tests : public PK_Signature_Generation_Test class ECDSA_Keygen_Tests : public PK_Key_Generation_Test { public: - std::vector<std::string> keygen_params() const override { return { "secp256r1", "secp384r1", "secp521r1" }; } + std::vector<std::string> keygen_params() const override { return { "secp256r1", "secp384r1", "secp521r1", "frp256v1" }; } std::unique_ptr<Botan::Private_Key> make_key(Botan::RandomNumberGenerator& rng, const std::string& param) const override |