Skip to content

Commit 6196306

Browse files
update libcrux deps to released versions
1 parent 729c13d commit 6196306

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Cargo.toml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,14 @@ rand = "0.9"
1818
hex = "0.4.3"
1919
tracing = "0.1"
2020
libcrux-kem = { version = "0.0.2", features = ["kyber"] }
21-
libcrux-sha2 = { version = "0.0.3-alpha.1", git = "https://github.com/cryspen/libcrux" }
22-
libcrux-hmac = { version = "0.0.3-alpha.1", git = "https://github.com/cryspen/libcrux" }
23-
libcrux-hkdf = { version = "0.0.3-alpha.1", git = "https://github.com/cryspen/libcrux" }
24-
libcrux-chacha20poly1305 = { version = "0.0.2", git = "https://github.com/cryspen/libcrux" }
25-
libcrux-rsa = { version = "0.0.3-alpha.1", git = "https://github.com/cryspen/libcrux" }
26-
libcrux-ed25519 = { version = "0.0.3-alpha.1", git = "https://github.com/cryspen/libcrux" }
27-
libcrux-ecdsa = { version = "0.0.3-alpha.1", git = "https://github.com/cryspen/libcrux", features = [
28-
"rand",
29-
] }
30-
hax-lib = { version = "0.3", git = "https://github.com/cryspen/hax" }
21+
libcrux-sha2 = { version = "0.0.3-alpha.1" }
22+
libcrux-hmac = { version = "0.0.3-alpha.1" }
23+
libcrux-hkdf = { version = "0.0.3-alpha.1" }
24+
libcrux-chacha20poly1305 = { version = "0.0.2" }
25+
libcrux-rsa = { version = "0.0.2" }
26+
libcrux-ed25519 = { version = "0.0.3-alpha.1" }
27+
libcrux-ecdsa = { version = "0.0.3-alpha.1", features = ["rand"] }
28+
hax-lib = { version = "0.3" }
3129

3230
[features]
3331
default = ["api", "std"]

0 commit comments

Comments
 (0)