2 Commits 861c6bcc33 ... 62601eb0e3

Author SHA1 Message Date
  Ian Goldberg 62601eb0e3 Initial commit 1 year ago
  Ian Goldberg 861c6bcc33 Initial commit 1 year ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -10,7 +10,7 @@ edition = "2021"
 aes = "0.8"
 # curve25519-dalek needs this older version of rand
 rand07 = { package = "rand", version = "0.7" }
-# but SPIRAL needs this newer version
+# but Spiral needs this newer version
 rand = "0.8"
 curve25519-dalek = { package = "curve25519-dalek-ng", version = "3", default-features = false, features = ["serde", "std"] }
 lazy_static = "1"