global_platform/scp: fix typo

Change-Id: Ib26d983c6a80419326de812af2781c5e710dbcfc
This commit is contained in:
Philipp Maier
2024-11-01 10:26:53 +01:00
parent 5d54f3b8d8
commit 909b8c1611

View File

@@ -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]