@@ -80,17 +80,17 @@ bench = false # so libtest doesn't eat the argumen
8080libcrux-platform = { version = " =0.0.2" , path = " sys/platform" }
8181
8282[dependencies ]
83- libcrux-traits = { version = " =0.0.3-alpha.3 " , path = " traits" }
84- libcrux-hacl-rs = { version = " =0.0.3-alpha.3 " , path = " hacl-rs" }
83+ libcrux-traits = { version = " =0.0.3" , path = " traits" }
84+ libcrux-hacl-rs = { version = " =0.0.3" , path = " hacl-rs" }
8585libcrux-hacl = { version = " =0.0.2" , path = " sys/hacl" }
8686libcrux-platform = { version = " =0.0.2" , path = " sys/platform" }
87- libcrux-hkdf = { version = " =0.0.3-alpha.3 " , path = " libcrux-hkdf" }
88- libcrux-hmac = { version = " =0.0.3-alpha.3 " , path = " libcrux-hmac" }
89- libcrux-sha2 = { version = " =0.0.3-alpha.3 " , path = " sha2" }
90- libcrux-ed25519 = { version = " =0.0.3-alpha.3 " , path = " ed25519" }
91- libcrux-ecdh = { version = " =0.0.3-alpha.3 " , path = " libcrux-ecdh" }
92- libcrux-ml-kem = { version = " =0.0.3-alpha.3 " , path = " libcrux-ml-kem" }
93- libcrux-kem = { version = " =0.0.3-alpha.3 " , path = " libcrux-kem" }
87+ libcrux-hkdf = { version = " =0.0.3" , path = " libcrux-hkdf" }
88+ libcrux-hmac = { version = " =0.0.3" , path = " libcrux-hmac" }
89+ libcrux-sha2 = { version = " =0.0.3" , path = " sha2" }
90+ libcrux-ed25519 = { version = " =0.0.3" , path = " ed25519" }
91+ libcrux-ecdh = { version = " =0.0.3" , path = " libcrux-ecdh" }
92+ libcrux-ml-kem = { version = " =0.0.3" , path = " libcrux-ml-kem" }
93+ libcrux-kem = { version = " =0.0.3" , path = " libcrux-kem" }
9494rand = { version = " 0.9" }
9595log = { version = " 0.4" , optional = true }
9696# WASM API
0 commit comments