fix p1 constants for derive key command

This commit is contained in:
Andrea Franz 2019-04-15 16:11:25 +02:00
parent eed60ac3da
commit 8adf2b6627
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ const (
P1GetStatusApplication = 0x00
P1GetStatusKeyPath = 0x01
P1DeriveKeyFromMaster = 0x00
P1DeriveKeyFromParent = 0x01
P1DeriveKeyFromCurrent = 0x10
P1DeriveKeyFromParent = 0x40
P1DeriveKeyFromCurrent = 0x80
P1ChangePinPIN = 0x00
P1ChangePinPUK = 0x01
P1ChangePinPairingSecret = 0x02