8 releases
0.3.0 | Sep 4, 2024 |
---|---|
0.3.0-pre.2 | Aug 22, 2024 |
0.3.0-pre.1 | Jul 24, 2024 |
0.2.0 | Jul 20, 2023 |
0.2.0-pre.1 | May 31, 2023 |
#355 in Authentication
245 downloads per month
Used in 3 crates
70KB
1.5K
SLoC
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.
lib.rs
:
Basic Credential
An implementation of the basic credential from the MLS spec.
For now this credential uses only RustCrypto.
Dependencies
~5.5MB
~121K SLoC