diff options
author | Jack Lloyd <[email protected]> | 2017-08-04 15:22:33 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-08-04 15:22:33 -0400 |
commit | 87fcd69b587ccd60c5f248b40003cf9a0a558a53 (patch) | |
tree | c558cab7be5e591a36d74c3f8948c018a1c89bb7 /src/tests/unit_ecc.cpp | |
parent | 58b1f7cc90b3e5c8a4bbff7adf2c001db0ef4d21 (diff) |
Add SM2 encryption scheme
This is a contribution from Ribose Inc (@riboseinc)
Diffstat (limited to 'src/tests/unit_ecc.cpp')
-rw-r--r-- | src/tests/unit_ecc.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tests/unit_ecc.cpp b/src/tests/unit_ecc.cpp index e1e1a15ab..408b5040c 100644 --- a/src/tests/unit_ecc.cpp +++ b/src/tests/unit_ecc.cpp @@ -53,7 +53,9 @@ const std::vector<std::string> ec_groups = "x962_p192v3", "x962_p239v1", "x962_p239v2", - "x962_p239v3" + "x962_p239v3", + "sm2p256v1", + "frp256v1" }; Botan::BigInt test_integer(Botan::RandomNumberGenerator& rng, size_t bits, BigInt max) |