diff options
author | Simon Cogliani <[email protected]> | 2016-07-31 13:39:36 +0200 |
---|---|---|
committer | Simon Cogliani <[email protected]> | 2016-07-31 13:39:36 +0200 |
commit | a7bcb02a26dc095a1b9c7b06b02c9f4412777735 (patch) | |
tree | 5740ebf1f976cd516ded222d7e9e819b5a7529bc /src/tests/test_ecdh.cpp | |
parent | a8f5fde59a8e0988bafd99853957b17ef54301a0 (diff) |
Added test vectors ecdh_kat and ecdh_keygen for frp256v1
Diffstat (limited to 'src/tests/test_ecdh.cpp')
-rw-r--r-- | src/tests/test_ecdh.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_ecdh.cpp b/src/tests/test_ecdh.cpp index a6a77fabf..1ab2c4801 100644 --- a/src/tests/test_ecdh.cpp +++ b/src/tests/test_ecdh.cpp @@ -51,7 +51,7 @@ class ECDH_Keygen_Tests : public PK_Key_Generation_Test std::vector<std::string> keygen_params() const override { return { "secp256r1", "secp384r1", "secp521r1", - "brainpool256r1", "brainpool384r1", "brainpool512r1" }; + "brainpool256r1", "brainpool384r1", "brainpool512r1", "frp256v1" }; } std::unique_ptr<Botan::Private_Key> make_key(Botan::RandomNumberGenerator& rng, |