5 unstable releases

0.3.1 Nov 18, 2024
0.3.0 Nov 18, 2024
0.2.0 Nov 5, 2024
0.1.1 Oct 21, 2024
0.1.0 Oct 16, 2024

#1048 in Cryptography

Download history 3/week @ 2025-04-08 1/week @ 2025-05-06 6/week @ 2025-05-13

268 downloads per month

MIT/Apache

2MB
3K SLoC

This library implements standardized quantum-resistand cryptographic algorithms.

Currently supports ML-DSA for signatures and ML-KEM key encapsulation.


Description

Standardized quantum-resistant cryptographic primitives.

Algorithms

ML-KEM (Kyber)

Implementation of FIPS 203.

Only supports Kyber768.

Status

  • Key generation
  • Key encoding/decoding
  • Compression
  • Encaps/Decaps
  • Multiple parameter sets

ML-DSA (Dilithium)

Implementation of FIPS 204.

Dependencies