neels has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/41769?usp=email )
Change subject: fix typo in doc TuakNumberOfKeccak
......................................................................
fix typo in doc TuakNumberOfKeccak
Change-Id: Ie6f2260d5632dea7409cffd3afa7c8d0b1986a7c
---
M pySim/esim/saip/personalization.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/69/41769/1
diff --git a/pySim/esim/saip/personalization.py
b/pySim/esim/saip/personalization.py
index a1df068..3a77990 100644
--- a/pySim/esim/saip/personalization.py
+++ b/pySim/esim/saip/personalization.py
@@ -391,7 +391,7 @@
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):
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/41769?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ie6f2260d5632dea7409cffd3afa7c8d0b1986a7c
Gerrit-Change-Number: 41769
Gerrit-PatchSet: 1
Gerrit-Owner: neels <[email protected]>