This commit is contained in:
Nicolas Stalder
2021-06-05 18:22:12 +02:00
committed by Nicolas Stalder
parent f0d9b4a3e0
commit 8f653cf8d4
2 changed files with 2 additions and 5 deletions
+2 -4
View File
@@ -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
View File
@@ -1,6 +1,5 @@
use core::convert::TryFrom;
use heapless_bytes::Bytes;
use trussed::{
block,
Client as TrussedClient,