aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_xmss.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_xmss.cpp')
-rw-r--r--src/tests/test_xmss.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_xmss.cpp b/src/tests/test_xmss.cpp
index 6f717b013..84d25aee4 100644
--- a/src/tests/test_xmss.cpp
+++ b/src/tests/test_xmss.cpp
@@ -34,7 +34,7 @@ class XMSS_Signature_Tests final : public PK_Signature_Generation_Test
{
const std::string params = vars.get_req_str("Params");
- if(params == "SHAKE128_10_256")
+ if(params == "SHAKE_10_256")
{
return false;
}