dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/38600?usp=email )
Change subject: global_platform/scp: fix typo ...................................................................... global_platform/scp: fix typo Change-Id: Ib26d983c6a80419326de812af2781c5e710dbcfc --- M pySim/global_platform/scp.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/00/38600/1 diff --git a/pySim/global_platform/scp.py b/pySim/global_platform/scp.py index d2c72b3..2cf8b63 100644 --- a/pySim/global_platform/scp.py +++ b/pySim/global_platform/scp.py @@ -474,7 +474,7 @@ return self.wrap_cmd_apdu(header + self.host_cryptogram, skip_cenc=True) def _wrap_cmd_apdu(self, apdu: bytes, skip_cenc: bool = False) -> bytes: - """Wrap Command APDU for SCP02: calculate MAC and encrypt.""" + """Wrap Command APDU for SCP03: calculate MAC and encrypt.""" cla = apdu[0] ins = apdu[1] p1 = apdu[2] -- To view, visit https://gerrit.osmocom.org/c/pysim/+/38600?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: Ib26d983c6a80419326de812af2781c5e710dbcfc Gerrit-Change-Number: 38600 Gerrit-PatchSet: 1 Gerrit-Owner: dexter <pma...@sysmocom.de>