mirror of
https://github.com/status-im/keycard-go.git
synced 2025-01-22 01:38:58 +00:00
fix p1 constants for derive key command
This commit is contained in:
parent
eed60ac3da
commit
8adf2b6627
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user