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

#2826 in Cryptography

Download history 52/week @ 2024-12-13 17/week @ 2024-12-20 4/week @ 2024-12-27 34/week @ 2025-01-03 55/week @ 2025-01-10 87/week @ 2025-01-17 111/week @ 2025-01-24 94/week @ 2025-01-31 30/week @ 2025-02-07 15/week @ 2025-02-14 51/week @ 2025-02-21 537/week @ 2025-02-28 676/week @ 2025-03-07 456/week @ 2025-03-14 696/week @ 2025-03-21 123/week @ 2025-03-28

2,044 downloads per month
Used in 3 crates

MIT license

70KB
1.5K SLoC

Basic Credential

An implementation of the basic credential from the MLS spec.

For now this credential uses only RustCrypto.


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.

Dependencies

~6MB
~128K SLoC