Add extended APDU parser

This commit is contained in:
Kamran Khan
2020-11-30 14:35:01 -08:00
parent f8a6fb35e2
commit 94f548d5c5
2 changed files with 127 additions and 18 deletions

View File

@@ -18,9 +18,9 @@ extern crate alloc;
#[cfg(feature = "std")]
extern crate core;
extern crate lang_items;
#[macro_use]
extern crate arrayref;
extern crate byteorder;
mod ctap;
pub mod embedded_flash;