Releases: lattice-based-cryptography/ring-lwe
Releases · lattice-based-cryptography/ring-lwe
v0.1.5
v0.1.4
minor update. changes polysub to pass f
by reference to align with its use in module-lwe
.
v0.1.3
Includes improved documentation, doctests, and examples.
v0.1.2
now uses ntt v0.1.8, which resolves an overflow error for large primes such as q=12289
.
v.0.1.1
This implements the ring learning-with-errors encryption scheme.
It provides keygen, encrypt, decrypt methods. It uses a command line interface.
It provides unit tests for basic functionality, homomorphic addition, and relinearized homomorphic multiplication.