Expand description
Core types for the PeerBadge protocol.
This crate intentionally keeps application semantics out of the core
protocol. Credential info and blind_msg fields are arbitrary JSON values;
callers decide what schema, holder identifiers, and claims mean.
Re-exports§
pub use authorization::*;pub use canonical::*;pub use error::*;pub use holder::*;pub use issuer::*;pub use types::*;pub use verifier::*;
Modules§
- authorization
- Holder authorization protocol types.
- canonical
- RFC 8785 / JSON Canonicalization Scheme helpers.
- error
- Shared PeerBadge protocol error handling.
- holder
- Holder-side PBRSA issuance operations.
- issuer
- Issuer-side PBRSA issuance operations.
- types
- verifier
- Verifier-side PBRSA credential verification operations.