Crate credential_exchange_protocol

Source
Expand description

§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.

Structs§

ErrorResponse
ExportRequest
ExportResponse
HpkeParameters

Enums§

CredentialType
ErrorCode
HpkeAead
HpkeKdf
HpkeKem
HpkeMode
KnownExtension
Version