webauthn_rp

Crates.iowebauthn_rp
lib.rswebauthn_rp
version0.1.0
sourcesrc
created_at2023-12-29 18:56:39.866901
updated_at2023-12-29 18:56:39.866901
descriptionWeb Authentication (WebAuthn) Level 3 Relying Party (RP) API.
homepage
repositoryhttps://git.philomathiclife.com/repos/webauthn_rp/
max_upload_size
id1083560
size15,199
philomathic_life (zacknewman)

documentation

https://docs.rs/webauthn_rp/latest/webauthn_rp/

README

webauthn_rp

webauthn_rp will be a library for Web Authentication (WebAuthn) Level 3 Relying Party (RP) operations. For better cross-platform compatibility and Rust integration, it will rely on ring for crypto operations; but as development progresses, it may allow the use of openssl in a way that is compatible with LibreSSL.

There will be no attempt to adhere to standards that are not accepted as "legitimate" by actual cryptographers (e.g., Federal Information Processing Standards (FIPS)).

Status

This package is still in development.

The crate will only be tested on the x86_64-unknown-linux-gnu and x86_64-unknown-openbsd targets, but it should work on any Tier 1 with Host Tools target.

Commit count: 0

cargo fmt