openmls_basic_credential

Crates.ioopenmls_basic_credential
lib.rsopenmls_basic_credential
version0.3.0
sourcesrc
created_at2023-05-30 13:36:00.833619
updated_at2024-09-04 15:21:23.666376
descriptionA Basic Credential implementation for OpenMLS
homepage
repositoryhttps://github.com/openmls/openmls/tree/main/basic_credential
max_upload_size
id877910
size8,540
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: 1292

cargo fmt