TuakNumberOfKeccak: remove numeric_base to hide random number sources

Change-Id: I913878e3f05ad1e39ff45da75c67582a6a1f930f
This commit is contained in:
Neels Hofmeyr
2026-05-09 03:13:50 +02:00
parent d9e0adbe1a
commit b8871ed04e
+1
View File
@@ -1184,3 +1184,4 @@ class TuakNumberOfKeccak(IntegerParam, AlgoConfig):
max_val = 255
example_input = '1'
default_source = param_source.ConstantSource
numeric_base = None # indicate that this won't need random number sources