Skip to content

Commit

Permalink
Merge pull request #54 from lattice-based-cryptography/update-package…
Browse files Browse the repository at this point in the history
…-details-cargo-toml

update Cargo.toml
  • Loading branch information
jacksonwalters authored Jan 31, 2025
2 parents d103437 + 4147cf3 commit 0830af5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
[package]
name = "ring-lwe"
version = "0.1.0"
edition = "2021"
edition = "2025"
description = "Implements the ring learning-with-errors public key encrpytion scheme."
license = "MIT"
documentation = "https://docs.rs/ring-lwe"
homepage = "https://github.com/lattice-based-cryptography/ring-lwe"
repository = "https://github.com/lattice-based-cryptography/ring-lwe"

[dependencies]
polynomial-ring = "0.5.0"
Expand Down

0 comments on commit 0830af5

Please sign in to comment.