Skip to content

Commit

Permalink
Residual fix after previous PR (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
icedevml committed Aug 22, 2022
1 parent b6a52b3 commit 3c161c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config.dist.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
SDM_META_READ_KEY = b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
SDM_FILE_READ_KEY = b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"

# for encrypted mirroring
ENC_PICC_DATA_PARAM = "picc_data"
ENC_FILE_DATA_PARAM = "enc"

# for plaintext mirroring
UID_PARAM = "uid"
CTR_PARAM = "ctr"

# always applied
SDMMAC_PARAM = "cmac"

0 comments on commit 3c161c1

Please sign in to comment.