/proto-lwe

Prototypes of a Learning With Errors (LWE) Implementation

Primary LanguagePython

Learning With Errors (LWE) - Prototypes

Diving into "Learning With Errors" (LWE) via the Tutorial Series by Mark Schultz.

Setup

  1. git clone <url>
  2. nix-shell
  3. python <file>

Optional: Update the python.formatting.blackPath property in the .vscode/settings.json file. Run which black within a Nix shell to get the project-specific black path.

Useful Commands

nix-shell

python <file>

Useful Resources