Releases: lattice-based-cryptography/module-lwe
Releases · lattice-based-cryptography/module-lwe
v0.1.2
v0.1.1
adds documentation and doctests. refactors to use utils.rs
rather than lib.rs
for utility functions.
v0.1.0
Implements the module learning-with-errors encryption scheme in Rust.
This can be used as a command line tool to perform keygen, encrypt, and decrypt.
Note: this is vulnerable to side-channel and other attacks.