lwe

There are 10 repositories under lwe topic.

  • mariiatuzovska/frodo

    practical quantum-secure key encapsulation from generic lattices

    Language:Go25305
  • pmuens/pyfv12

    Python implementation of "Somewhat Practical Fully Homomorphic Encryption"

    Language:Python19324
  • IsakSundeSingh/tfhe

    Experimental port of the TFHE fully homomorphic encryption scheme to Rust.

    Language:Rust10252
  • pmuens/haven

    Fast and ergonomic lattice cryptography library

    Language:Rust6301
  • pmuens/proto-lwe

    Prototypes of a Learning With Errors (LWE) Implementation

    Language:Python5301
  • pmuens/pybra12

    Python implementation of "Fully Homomorphic Encryption without Modulus Switching from Classical GapSVP"

    Language:Python5313
  • 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.

    Language:C++5100
  • deevashwer/Levelled-BGV

    Implementation of GLWE based Levelled Fully Homomorphic BGV using Pari/GP library in C++.

    Language:C++4102
  • 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.

    Language:Jupyter Notebook3200
  • Spiryd/GridLock

    GridLock is lattice based (LWE) Cryptosystem created as an educational project.

    Language:Rust