Crates.io | openmls_basic_credential |
lib.rs | openmls_basic_credential |
version | 0.3.0 |
source | src |
created_at | 2023-05-30 13:36:00.833619 |
updated_at | 2024-09-04 15:21:23.666376 |
description | A Basic Credential implementation for OpenMLS |
homepage | |
repository | https://github.com/openmls/openmls/tree/main/basic_credential |
max_upload_size | |
id | 877910 |
size | 8,540 |
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.