Skip to content

Commit

Permalink
update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonwalters committed Jan 31, 2025
1 parent d103437 commit 4147cf3
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 4147cf3

Please sign in to comment.