From 909b8c1611ebfa710cc9ab3827bf17f4b9944581 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Fri, 1 Nov 2024 10:26:53 +0100 Subject: [PATCH] global_platform/scp: fix typo Change-Id: Ib26d983c6a80419326de812af2781c5e710dbcfc --- pySim/global_platform/scp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pySim/global_platform/scp.py b/pySim/global_platform/scp.py index d2c72b3c..2cf8b63f 100644 --- a/pySim/global_platform/scp.py +++ b/pySim/global_platform/scp.py @@ -474,7 +474,7 @@ class SCP03(SCP): 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]