Skip to content

Commit

Permalink
Merge pull request #53 from lattice-based-cryptography/remove-module-…
Browse files Browse the repository at this point in the history
…lwe-ref

Update README.md
  • Loading branch information
jacksonwalters authored Jan 30, 2025
2 parents 678428c + a641cc0 commit d103437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Implmentation of lattice-based encryption method ring-LWE in pure Rust.

**Description**: This provides the basic PKE (keygen, encryption, and decryption) operations for the ring learning-with-errors and module learning-with-errors scheme.
**Description**: This provides the basic PKE (keygen, encryption, and decryption) operations for the ring learning-with-errors scheme.

**Disclaimer**: This is not secure. It is not written in constant-time nor resistant to other side-channel attacks. This is intended for educational use and not for real-world applications.

Expand Down

0 comments on commit d103437

Please sign in to comment.