ctap2-proto: formatting

main
Nick Zana 2 years ago
parent 999c96d3c5
commit 5bc9e57c11

@ -1,5 +1,5 @@
use crate::{authenticator::client_pin::AuthProtocolVersion, extensions};
use crate::Sha256Hash; use crate::Sha256Hash;
use crate::{authenticator::client_pin::AuthProtocolVersion, extensions};
use fido_common::credential::public_key; use fido_common::credential::public_key;
use std::{collections::BTreeMap, usize}; use std::{collections::BTreeMap, usize};

@ -1,6 +1,6 @@
use bounded_integer::BoundedUsize;
use std::collections::BTreeSet; use std::collections::BTreeSet;
use bounded_integer::BoundedUsize;
#[derive(Clone, Copy, PartialEq, Eq, Hash, Debug)] #[derive(Clone, Copy, PartialEq, Eq, Hash, Debug)]
pub enum AuthProtocolVersion { pub enum AuthProtocolVersion {

@ -1,4 +1,4 @@
use std::collections::{BTreeMap}; use std::collections::BTreeMap;
use super::client_pin::AuthProtocolVersion; use super::client_pin::AuthProtocolVersion;

@ -8,4 +8,3 @@ pub mod credential;
pub mod device; pub mod device;
pub mod reset; pub mod reset;
pub mod selection; pub mod selection;

@ -10,12 +10,11 @@ pub mod prelude {
}; };
pub use fido_common::Sha256Hash; pub use fido_common::Sha256Hash;
} }
use prelude::*;
pub mod authenticator; pub mod authenticator;
pub mod extensions; pub mod extensions;
use prelude::*;
/// Defines the raw CTAP operations /// Defines the raw CTAP operations
pub trait Ctap2_2Authenticator { pub trait Ctap2_2Authenticator {
#[allow(clippy::missing_errors_doc)] #[allow(clippy::missing_errors_doc)]

Loading…
Cancel
Save