mirror of
https://github.com/LordGrimmauld/yubi-oath-rs.git
synced 2025-03-03 21:34:40 +01:00
doc: typo
This commit is contained in:
parent
43dcec3625
commit
8e71674bf1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ use std::{fmt::Display, time::Duration};
|
|||
use iso7816_tlv::simple::Tlv;
|
||||
use sha1::Digest;
|
||||
|
||||
/// te apdu instruction required to select the Oath application on the YubiKey
|
||||
/// the apdu instruction required to select the Oath application on the YubiKey
|
||||
pub const INS_SELECT: u8 = 0xa4;
|
||||
|
||||
/// the stream of data bytes required to select the Oath application on the YubiKey
|
||||
|
|
Loading…
Add table
Reference in a new issue