enc_rust 0.2.2

A pure rust implementation of the Module-Lattice-based standards ML-KEM and (soon) ML-DSA, also known as the PQC scheme Crystals Kyber and Dilithium.
Documentation
1
2
3
4
with import <nixpkgs> {};
mkShell {
    buildInputs = [ rustup gcc bacon ];
}