Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.16 KB

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