Closed sosthene-nitrokey closed 1 year ago
The first implementation would probably not need to be complete can only have the PIN creation and checking in place.
pub struct PinId(pub u8)
KeyId
set pin
/client_namespace/pins/<pin_id>
The first implementation would probably not need to be complete can only have the PIN creation and checking in place.
API
pub struct PinId(pub u8)
that is set by the client (unlike theKeyId
s which are random.set pin
(initially this doesn't require authenticating it before)Implementation
/client_namespace/pins/<pin_id>
file. No file = PIN does not exist