Add ZSSP by rev

This commit is contained in:
Adam Ierymenko
2023-10-18 11:19:44 -04:00
parent 71a31fa25d
commit f232f623c6
+1 -1
View File
@@ -20,7 +20,7 @@ cfg-if = "1.0"
libc = "0.2"
once_cell = "1.18.0"
ctor = "^0"
zssp = { git = "https://github.com/zerotier/zssp.git", features = ["openssl-sys", "pqc_kyber"], default-features = false }
zssp = { git = "https://github.com/zerotier/zssp.git", features = ["openssl-sys", "pqc_kyber"], default-features = false, rev = "64c9d7a00ccaabcb5c999f58c6b6f32becb5eeb2" }
rand_xoshiro = { version = "0.6.0"}
[dev-dependencies]