mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-06-12 00:33:21 +03:00
TuakNumberOfKeccak: remove numeric_base to hide random number sources
Change-Id: I913878e3f05ad1e39ff45da75c67582a6a1f930f
This commit is contained in:
@@ -1184,3 +1184,4 @@ class TuakNumberOfKeccak(IntegerParam, AlgoConfig):
|
|||||||
max_val = 255
|
max_val = 255
|
||||||
example_input = '1'
|
example_input = '1'
|
||||||
default_source = param_source.ConstantSource
|
default_source = param_source.ConstantSource
|
||||||
|
numeric_base = None # indicate that this won't need random number sources
|
||||||
|
|||||||
Reference in New Issue
Block a user