Skip to content

openmls/crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Languages