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.toml155L
-rw-r--r--LICENSE-APACHE177L
-rw-r--r--LICENSE-MIT20L
-rw-r--r--README.md521L
-rw-r--r--src/bin.rs420L
-rw-r--r--src/hash.rs176L
-rw-r--r--src/hash/hash_map.rs433L
-rw-r--r--src/hash/hash_set.rs407L
-rw-r--r--src/lib.rs1470L
-rw-r--r--src/request.rs3863L
-rw-r--r--src/request/auth.rs2137L
-rw-r--r--src/request/auth/error.rs53L
-rw-r--r--src/request/auth/ser.rs1307L
-rw-r--r--src/request/auth/ser_server_state.rs323L
-rw-r--r--src/request/error.rs109L
-rw-r--r--src/request/register.rs3544L
-rw-r--r--src/request/register/bin.rs138L
-rw-r--r--src/request/register/custom.rs10L
-rw-r--r--src/request/register/error.rs71L
-rw-r--r--src/request/register/ser.rs4129L
-rw-r--r--src/request/register/ser_server_state.rs347L
-rw-r--r--src/request/ser.rs946L
-rw-r--r--src/request/ser_server_state.rs260L
-rw-r--r--src/response.rs1899L
-rw-r--r--src/response/auth.rs711L
-rw-r--r--src/response/auth/error.rs329L
-rw-r--r--src/response/auth/ser.rs1759L
-rw-r--r--src/response/auth/ser_relaxed.rs2209L
-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.rs3881L
-rw-r--r--src/response/register/bin.rs655L
-rw-r--r--src/response/register/error.rs640L
-rw-r--r--src/response/register/ser.rs5641L
-rw-r--r--src/response/register/ser_relaxed.rs4870L
-rw-r--r--src/response/ser.rs1189L
-rw-r--r--src/response/ser_relaxed.rs1009L