webauthn_rp

WebAuthn Level 3 RP library.
git clone https://git.philomathiclife.com/repos/webauthn_rp
Log | Files | Refs | README

ModeNameSize
-rw-r--r--.gitignore2L
-rw-r--r--Cargo.toml134L
-rw-r--r--LICENSE-APACHE177L
-rw-r--r--LICENSE-MIT20L
-rw-r--r--README.md535L
-rw-r--r--src/bin.rs420L
-rw-r--r--src/hash.rs153L
-rw-r--r--src/hash/hash_map.rs364L
-rw-r--r--src/hash/hash_set.rs256L
-rw-r--r--src/lib.rs1585L
-rw-r--r--src/request.rs3626L
-rw-r--r--src/request/auth.rs2285L
-rw-r--r--src/request/auth/error.rs37L
-rw-r--r--src/request/auth/ser.rs492L
-rw-r--r--src/request/auth/ser_server_state.rs305L
-rw-r--r--src/request/error.rs99L
-rw-r--r--src/request/register.rs3713L
-rw-r--r--src/request/register/bin.rs135L
-rw-r--r--src/request/register/custom.rs10L
-rw-r--r--src/request/register/error.rs71L
-rw-r--r--src/request/register/ser.rs1059L
-rw-r--r--src/request/register/ser_server_state.rs323L
-rw-r--r--src/request/ser.rs400L
-rw-r--r--src/request/ser_server_state.rs242L
-rw-r--r--src/response.rs1904L
-rw-r--r--src/response/auth.rs718L
-rw-r--r--src/response/auth/error.rs329L
-rw-r--r--src/response/auth/ser.rs1722L
-rw-r--r--src/response/auth/ser_relaxed.rs2160L
-rw-r--r--src/response/bin.rs162L
-rw-r--r--src/response/cbor.rs74L
-rw-r--r--src/response/custom.rs174L
-rw-r--r--src/response/error.rs95L
-rw-r--r--src/response/register.rs3840L
-rw-r--r--src/response/register/bin.rs655L
-rw-r--r--src/response/register/error.rs641L
-rw-r--r--src/response/register/ser.rs5578L
-rw-r--r--src/response/register/ser_relaxed.rs4818L
-rw-r--r--src/response/ser.rs1211L
-rw-r--r--src/response/ser_relaxed.rs1004L