We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b680a3 commit b207d2cCopy full SHA for b207d2c
1 file changed
src/lib.rs
@@ -19,7 +19,7 @@ pub mod state;
19
pub const YUBICO_RID: [u8; 5] = hex!("A000000 527");
20
// pub const YUBICO_OTP_PIX: [u8; 3] = hex!("200101");
21
// pub const YUBICO_OTP_AID: &[u8] = &hex!("A000000527 2001 01");
22
-pub const YUBICO_OATH_AID: &[u8] = &hex!("A000000527 2101");// 01");
+pub const YUBICO_OATH_AID: &[u8] = &hex!("A000000527 2101 01");
23
24
// class AID(bytes, Enum):
25
// OTP = b'\xa0\x00\x00\x05\x27 \x20\x01'
0 commit comments