libwebauthn 0.5.1

FIDO2 (WebAuthn) and FIDO U2F platform library for Linux written in Rust
Documentation
1
2
3
4
5
6
mod error;

pub mod ctap1;
pub mod ctap2;

pub use error::CtapError;