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.toml162L
-rw-r--r--LICENSE-APACHE177L
-rw-r--r--LICENSE-MIT20L
-rw-r--r--README.md521L
-rw-r--r--src/bin.rs439L
-rw-r--r--src/hash.rs176L
-rw-r--r--src/hash/hash_map.rs787L
-rw-r--r--src/hash/hash_set.rs609L
-rw-r--r--src/lib.rs1474L
-rw-r--r--src/request.rs10542L
-rw-r--r--src/request/auth.rs2143L
-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.rs3559L
-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.rs4242L
-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.rs1895L
-rw-r--r--src/response/auth.rs764L
-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.rs76L
-rw-r--r--src/response/custom.rs174L
-rw-r--r--src/response/error.rs95L
-rw-r--r--src/response/register.rs4582L
-rw-r--r--src/response/register/bin.rs727L
-rw-r--r--src/response/register/error.rs706L
-rw-r--r--src/response/register/ser.rs13027L
-rw-r--r--src/response/register/ser_relaxed.rs11886L
-rw-r--r--src/response/ser.rs1189L
-rw-r--r--src/response/ser_relaxed.rs1009L