Skip to content

Commit 4351bf2

Browse files
update cargo.toml
1 parent 5080669 commit 4351bf2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "module-lwe"
33
version = "0.1.0"
44
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"
510

611
[dependencies]
712
polynomial-ring = "0.5.0"

0 commit comments

Comments
 (0)