mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
fix typo in doc TuakNumberOfKeccak
Change-Id: Ie6f2260d5632dea7409cffd3afa7c8d0b1986a7c
This commit is contained in:
@@ -391,7 +391,7 @@ class MilenageXoringConstants(AlgoConfig, key='xoringConstants'):
|
||||
if len(self.input_value) != 80:
|
||||
raise ValueError('Length of value must be 80 octets')
|
||||
class TuakNumberOfKeccak(AlgoConfig, key='numberOfKeccak'):
|
||||
"""Number of iterations of Keccak-f[1600] permuitation as recomended by Section 7.2 of 3GPP TS 35.231.
|
||||
"""Number of iterations of Keccak-f[1600] permutation as recomended by Section 7.2 of 3GPP TS 35.231.
|
||||
The default value by 3GPP is 1."""
|
||||
def validate(self):
|
||||
if not isinstance(self.input_value, int):
|
||||
|
||||
Reference in New Issue
Block a user