We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23cbe57 commit 139eac0Copy full SHA for 139eac0
libcrux-sha3/Cargo.toml
@@ -17,7 +17,8 @@ bench = false # so libtest doesn't eat the arguments to criterion
17
libcrux-platform = { version = "0.0.2", path = "../sys/platform" }
18
libcrux-intrinsics = { version = "0.0.3", path = "../libcrux-intrinsics" }
19
libcrux-traits = { version = "=0.0.3", path = "../traits/", optional = true }
20
-hax-lib.workspace = true
+
21
+hax-lib = { git = "https://github.com/cryspen/hax.git", rev = "6b34a68a0b38cd2aff09a4ad05569d712620af27" }
22
23
[features]
24
default = ["digest-traits"]
0 commit comments