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

#350 in Authentication

Download history 47/week @ 2024-07-18 71/week @ 2024-07-25 8/week @ 2024-08-01 5/week @ 2024-08-08 104/week @ 2024-08-22 90/week @ 2024-08-29 49/week @ 2024-09-05 53/week @ 2024-09-12 58/week @ 2024-09-19 74/week @ 2024-09-26 55/week @ 2024-10-03 47/week @ 2024-10-10 50/week @ 2024-10-17 99/week @ 2024-10-24 61/week @ 2024-10-31

275 downloads per month
Used in openmls

MIT license

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
~118K SLoC