laforge submitted this change.
global_platform/scp: fix typo
Change-Id: Ib26d983c6a80419326de812af2781c5e710dbcfc
---
M pySim/global_platform/scp.py
1 file changed, 1 insertion(+), 1 deletion(-)
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 change 38600. To unsubscribe, or for help writing mail filters, visit settings.