Skip to content

Commit

Permalink
fix notes
Browse files Browse the repository at this point in the history
  • Loading branch information
micolous committed Jan 29, 2024
1 parent b27f541 commit eea937f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions webauthn-authenticator-rs/src/transport/yubikey.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,9 @@ pub enum FormFactor {
///
/// The payload is BER-TLV-like, with some differences:
///
/// * all tags (incorrectly) use the universal class (0x00)
/// * all tags use the universal class (0x00)
/// * tag numbers are one of the values in [`ConfigKey`]
/// * values are encoded directly
///
/// BER-TLV tag values are one of the values in [`ConfigKey`], which are all in
/// the universal class (0x00).
#[derive(Debug, Default, PartialEq, Eq)]
pub struct YubiKeyConfig {
/// Device serial number. This isn't available on all devices.
Expand Down

0 comments on commit eea937f

Please sign in to comment.