aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/xmss/xmss_wots_parameters.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-11-25 11:37:34 -0500
committerJack Lloyd <[email protected]>2016-11-25 11:37:34 -0500
commitee01125c47fed991f5b6403383ccf4bdc753c02b (patch)
tree7a95964bcdba5c72a7cf850b37b22b2458f5d6ed /src/lib/pubkey/xmss/xmss_wots_parameters.h
parent1adda900e3fcc8b874f7bc8c18665150b40a5c80 (diff)
parent035081b44b68f9a91261e5086291c97842f88e51 (diff)
Merge GH #736 Add SHAKE support to XMSS
Diffstat (limited to 'src/lib/pubkey/xmss/xmss_wots_parameters.h')
-rw-r--r--src/lib/pubkey/xmss/xmss_wots_parameters.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/pubkey/xmss/xmss_wots_parameters.h b/src/lib/pubkey/xmss/xmss_wots_parameters.h
index 4a69afd20..15644a257 100644
--- a/src/lib/pubkey/xmss/xmss_wots_parameters.h
+++ b/src/lib/pubkey/xmss/xmss_wots_parameters.h
@@ -38,9 +38,8 @@ class XMSS_WOTS_Parameters
{
WOTSP_SHA2_256_W16 = 0x01000001,
WOTSP_SHA2_512_W16 = 0x02000002,
-// FIXME: Uncomment once SHAKE128/256 implementation is available in Botan.
-// WOTSP_SHAKE128_W16 = 0x03000003,
-// WOTSP_SHAKE256_W16 = 0x04000004
+ WOTSP_SHAKE128_W16 = 0x03000003,
+ WOTSP_SHAKE256_W16 = 0x04000004
};
XMSS_WOTS_Parameters(const std::string& algo_name);