openmls / crypto

This repo contains crypto abstractions for OpenMLS

Home Page:https://openmls.tech/crypto/openmls_crypto/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenMLS Crypto

This repository holds the crate abstracting crypto primitives for OpenMLS. It is based on a key store to store key material, using the keystore traits. Algorithms are defined in the algorithm-identifiers crate.

Traits

  • AEAD
  • Hashing
  • HPKE
  • Key generation
  • Signatures

To get a list of supported algorithms, the Supports trait is provided.

About

This repo contains crypto abstractions for OpenMLS

https://openmls.tech/crypto/openmls_crypto/index.html

License:MIT License


Languages

Language:Rust 100.0%