Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
module-LWE, not ring-LWE
  • Loading branch information
jacksonwalters authored Jan 30, 2025
1 parent 0f8c167 commit 3edf76d
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 @@ -3,7 +3,7 @@
![example workflow](https://github.com/lattice-based-cryptography/module-lwe/actions/workflows/basic.yml/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)

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

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

Expand Down

0 comments on commit 3edf76d

Please sign in to comment.