mirror of
https://github.com/trussed-dev/piv-authenticator.git
synced 2026-06-20 04:16:15 -07:00
WIP
This commit is contained in:
committed by
Nicolas Stalder
parent
f0d9b4a3e0
commit
8f653cf8d4
+2
-4
@@ -15,12 +15,10 @@ pub mod derp;
|
||||
pub mod piv_types;
|
||||
pub use piv_types::{Pin, Puk};
|
||||
|
||||
use core::convert::{TryFrom, TryInto};
|
||||
use core::convert::TryInto;
|
||||
|
||||
use flexiber::EncodableHeapless;
|
||||
use iso7816::{
|
||||
Instruction, Status,
|
||||
};
|
||||
use iso7816::Status;
|
||||
use apdu_dispatch::{Command as IsoCommand, response};
|
||||
use trussed::client;
|
||||
use trussed::{syscall, try_syscall};
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
use core::convert::TryFrom;
|
||||
|
||||
use heapless_bytes::Bytes;
|
||||
use trussed::{
|
||||
block,
|
||||
Client as TrussedClient,
|
||||
|
||||
Reference in New Issue
Block a user