6 releases

new 0.3.0-pre.1 Jul 24, 2024
0.2.0 Jul 20, 2023
0.2.0-pre.3 Jun 22, 2023
0.2.0-pre.1 May 31, 2023

#305 in Authentication

21 downloads per month
Used in openmls

MIT license

59KB
1K 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

~4–5.5MB
~116K SLoC