openmls_basic_credential

Crates.ioopenmls_basic_credential
lib.rsopenmls_basic_credential
version0.4.1-rc.1
created_at2023-05-30 13:36:00.833619+00
updated_at2025-09-25 14:36:18.436316+00
descriptionA Basic Credential implementation for OpenMLS
homepage
repositoryhttps://github.com/openmls/openmls/tree/main/basic_credential
max_upload_size
id877910
size22,399
Franziskus Kiefer (franziskuskiefer)

documentation

https://docs.rs/openmls_basic_credential

README

Signature Keys for the Basic Credential

The basic credential in the MLS spec is only defined by its identity. In practice the basic credential needs a key pair for signatures to be functional. This crate implements a simple signature key pair for basic credential and implements the Signer trait required by the OpenMLS APIs.

Commit count: 1740

cargo fmt