5 releases

0.2.0 Jul 20, 2023
0.2.0-pre.3 Jun 22, 2023
0.2.0-pre.2 Jun 19, 2023
0.2.0-pre.1 May 31, 2023
0.2.0-pre.0 May 30, 2023

#597 in Authentication

33 downloads per month
Used in openmls

MIT license

35KB
682 lines

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

~5MB
~111K SLoC