| Crates.io | openmls_basic_credential |
| lib.rs | openmls_basic_credential |
| version | 0.4.1-rc.1 |
| created_at | 2023-05-30 13:36:00.833619+00 |
| updated_at | 2025-09-25 14:36:18.436316+00 |
| description | A Basic Credential implementation for OpenMLS |
| homepage | |
| repository | https://github.com/openmls/openmls/tree/main/basic_credential |
| max_upload_size | |
| id | 877910 |
| size | 22,399 |
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.