solo2 0.2.2

Library and CLI for the SoloKeys Solo 2 security key
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// use crate::{Result, transport::Init};

ctap_app!();

// impl<'t> crate::Select<'t> for App<'t> {
//     const RID: &'static [u8] = super::Rid::NFC_FORUM;
//     const PIX: &'static [u8] = super::Pix::NDEF;
// }

// impl App<'_> {
//     pub fn info(&mut self) -> Result<Init> {
//         self.transport
//             .call(Instruction::Select.into(), &Self::CAPABILITIES_PARAMETER)
//             .map(drop)?;
//         self.fetch()
//     }
// }