credential-exchange-protocol

Crates.iocredential-exchange-protocol
lib.rscredential-exchange-protocol
version0.3.0
created_at2025-04-18 12:07:40.630845+00
updated_at2025-09-08 14:27:10.237955+00
descriptionCredential Exchange Protocol (CXP) rust types
homepagehttps://bitwarden.com
repositoryhttps://github.com/bitwarden/credential-exchange
max_upload_size
id1639299
size15,382
Bitwarden DevOps (bitwarden-devops-bot)

documentation

README

Credential Exchange Protocol (CXP)

This crate contains type definitions for the FIDO Alliance’s credential exchange protocol specification. It's targeting the Working Draft, October 03, 2024 revision.

For more information about the credential exchange protocol, please read the Bitwarden blog post or the Fido Alliance announcement.

Disclaimer

This library does not automatically clear sensitive values from memory. It is heavily encouraged to use it alongside a zeroizing global allocator like zeroizing-alloc. We may be open to pull requests that adds native zeroize support depending on the developer ergonomics.

This library is still in early development and as the specification evolves so will this library.

Commit count: 96

cargo fmt