We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5080669 commit 4351bf2Copy full SHA for 4351bf2
Cargo.toml
@@ -2,6 +2,11 @@
2
name = "module-lwe"
3
version = "0.1.0"
4
edition = "2021"
5
+description = "Implements the module learning-with-errors public key encrpytion scheme."
6
+license = "MIT"
7
+documentation = "https://docs.rs/module-lwe"
8
+homepage = "https://github.com/lattice-based-cryptography/module-lwe"
9
+repository = "https://github.com/lattice-based-cryptography/module-lwe"
10
11
[dependencies]
12
polynomial-ring = "0.5.0"
0 commit comments