Skip to content

Commit

Permalink
Fix Trussed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Apr 4, 2024
1 parent db4a63d commit ccc119e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctap2/pin.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
use crate::{cbor_serialize_message, TrussedRequirements};
use ctap_types::{cose::EcdhEsHkdf256PublicKey, ctap2::client_pin::Permissions, Error, Result};
use heapless::String;
use trussed::{
cbor_deserialize,
client::{CryptoClient, HmacSha256, P256},
syscall, try_syscall,
types::{
Bytes, KeyId, KeySerialization, Location, Mechanism, Message, ShortData, StorageAttributes,
String,
},
};
use trussed_hkdf::{KeyOrData, OkmId};
Expand Down

0 comments on commit ccc119e

Please sign in to comment.