lwe
There are 11 repositories under lwe topic.
mariiatuzovska/frodo
practical quantum-secure key encapsulation from generic lattices
pmuens/pyfv12
Python implementation of "Somewhat Practical Fully Homomorphic Encryption"
IsakSundeSingh/tfhe
Experimental port of the TFHE fully homomorphic encryption scheme to Rust.
pmuens/haven
Fast and ergonomic lattice cryptography library
pmuens/proto-lwe
Prototypes of a Learning With Errors (LWE) Implementation
pmuens/pybra12
Python implementation of "Fully Homomorphic Encryption without Modulus Switching from Classical GapSVP"
Summwer/pro-pnj-bkz
We implement the progressive Improved Progressive BKZ with Lattice Sieving presented in https://eprint.iacr.org/2022/1343, one can call it to solve LWE challenge(https://www.latticechallenge.org/lwe_challenge/challenge.php) or other approximate svp problem.
deevashwer/Levelled-BGV
Implementation of GLWE based Levelled Fully Homomorphic BGV using Pari/GP library in C++.
fredericoschardong/learning-with-errors-parameters
Some experiments to empirically analyze how the parameters of LWE impact the correctness of the algorithm on a single bit.
duguorong009/rlwe-simple-rs
Simple RLWE with Rustlang
Spiryd/GridLock
GridLock is lattice based (LWE) Cryptosystem created as an educational project.