Skip to content

Commit 2f1c35b

Browse files
Merge pull request #12 from lattice-based-cryptography/update-package-details-cargo-toml
update cargo.toml
2 parents 06bcc37 + 4351bf2 commit 2f1c35b

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)