authenticator-ctap2-2021 0.3.2-dev.1

Library for interacting with CTAP1/2 security keys for Web Authentication. Used by Firefox.
Documentation
1
2
3
4
5
6
7
8
9
#[allow(dead_code)] // TODO(MS): Remove me asap
pub mod commands;
pub use commands::get_assertion::AssertionObject;

pub(crate) mod attestation;

pub mod client_data;
pub mod server;
pub(crate) mod utils;