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.toml143L
-rw-r--r--LICENSE-APACHE177L
-rw-r--r--LICENSE-MIT20L
-rw-r--r--README.md518L
-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.rs336L
-rw-r--r--src/lib.rs1462L
-rw-r--r--src/request.rs3825L
-rw-r--r--src/request/auth.rs2136L
-rw-r--r--src/request/auth/error.rs53L
-rw-r--r--src/request/auth/ser.rs1230L
-rw-r--r--src/request/auth/ser_server_state.rs323L
-rw-r--r--src/request/error.rs109L
-rw-r--r--src/request/register.rs3484L
-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.rs3642L
-rw-r--r--src/request/register/ser_server_state.rs347L
-rw-r--r--src/request/ser.rs949L
-rw-r--r--src/request/ser_server_state.rs260L
-rw-r--r--src/response.rs1913L
-rw-r--r--src/response/auth.rs718L
-rw-r--r--src/response/auth/error.rs330L
-rw-r--r--src/response/auth/ser.rs1708L
-rw-r--r--src/response/auth/ser_relaxed.rs2156L
-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.rs3852L
-rw-r--r--src/response/register/bin.rs655L
-rw-r--r--src/response/register/error.rs641L
-rw-r--r--src/response/register/ser.rs5564L
-rw-r--r--src/response/register/ser_relaxed.rs4816L
-rw-r--r--src/response/ser.rs1189L
-rw-r--r--src/response/ser_relaxed.rs1002L