2 次代码提交 861c6bcc33 ... 62601eb0e3

作者 SHA1 备注 提交日期
  Ian Goldberg 62601eb0e3 Initial commit 1 年之前
  Ian Goldberg 861c6bcc33 Initial commit 1 年之前
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"