@@ -88,7 +88,7 @@ exclude = [
8888resolver = " 2"
8989
9090[workspace .package ]
91- version = " 0.0.5-pre.1 "
91+ version = " 0.0.5"
9292authors = [" Cryspen" ]
9393license = " Apache-2.0"
9494homepage = " https://github.com/cryspen/libcrux"
@@ -102,48 +102,48 @@ allow-branch = ["main"]
102102
103103[workspace .dependencies ]
104104hax-lib = { version = " 0.3.7" }
105- libcrux-aead = { version = " =0.0.9-pre.1 " , path = " crates/primitives/aead" }
106- libcrux-aes = { version = " =0.0.9-pre.1 " , path = " crates/algorithms/aes" }
107- libcrux-blake2 = { version = " =0.0.8-pre.1 " , path = " crates/algorithms/blake2" }
108- libcrux-chacha20poly1305 = { version = " =0.0.9-pre.1 " , path = " crates/algorithms/chacha20poly1305" }
105+ libcrux-aead = { version = " =0.0.9" , path = " crates/primitives/aead" }
106+ libcrux-aes = { version = " =0.0.9" , path = " crates/algorithms/aes" }
107+ libcrux-blake2 = { version = " =0.0.8" , path = " crates/algorithms/blake2" }
108+ libcrux-chacha20poly1305 = { version = " =0.0.9" , path = " crates/algorithms/chacha20poly1305" }
109109libcrux-poly1305 = { version = " =0.0.6" , path = " crates/algorithms/poly1305" }
110- libcrux-ecdsa = { version = " =0.0.8-pre.1 " , path = " crates/algorithms/ecdsa" }
111- libcrux-ed25519 = { version = " =0.0.9-pre.1 " , path = " crates/algorithms/ed25519" }
110+ libcrux-ecdsa = { version = " =0.0.8" , path = " crates/algorithms/ecdsa" }
111+ libcrux-ed25519 = { version = " =0.0.9" , path = " crates/algorithms/ed25519" }
112112libcrux-hacl-rs = { version = " =0.0.5" , path = " crates/utils/hacl-rs" }
113- libcrux-hkdf = { version = " =0.0.8-pre.1 " , path = " crates/algorithms/hkdf" }
114- libcrux-hmac = { version = " =0.0.8-pre.1 " , path = " crates/algorithms/hmac" }
115- libcrux-hmac-drbg = { version = " =0.0.1-pre.1 " , path = " crates/algorithms/hmac-drbg" }
116- libcrux-kmac = { version = " =0.0.1-pre.1 " , path = " crates/algorithms/kmac" }
117- libcrux-intrinsics = { version = " =0.0.8-pre.1 " , path = " crates/utils/intrinsics" }
118- libcrux-digest = { version = " =0.0.9-pre.1 " , path = " crates/primitives/digest" }
119- libcrux-rsa = { version = " =0.0.8-pre.1 " , path = " crates/algorithms/rsa" }
120- libcrux-sha2 = { version = " =0.0.8-pre.1 " , path = " crates/algorithms/sha2" }
121- libcrux-sha3 = { version = " =0.0.10-pre.1 " , path = " crates/algorithms/sha3" }
122- libcrux-ml-dsa = { version = " =0.0.10-pre.1 " , path = " libcrux-ml-dsa" }
113+ libcrux-hkdf = { version = " =0.0.8" , path = " crates/algorithms/hkdf" }
114+ libcrux-hmac = { version = " =0.0.8" , path = " crates/algorithms/hmac" }
115+ libcrux-hmac-drbg = { version = " =0.0.1" , path = " crates/algorithms/hmac-drbg" }
116+ libcrux-kmac = { version = " =0.0.1" , path = " crates/algorithms/kmac" }
117+ libcrux-intrinsics = { version = " =0.0.8" , path = " crates/utils/intrinsics" }
118+ libcrux-digest = { version = " =0.0.9" , path = " crates/primitives/digest" }
119+ libcrux-rsa = { version = " =0.0.8" , path = " crates/algorithms/rsa" }
120+ libcrux-sha2 = { version = " =0.0.8" , path = " crates/algorithms/sha2" }
121+ libcrux-sha3 = { version = " =0.0.10" , path = " crates/algorithms/sha3" }
122+ libcrux-ml-dsa = { version = " =0.0.10" , path = " libcrux-ml-dsa" }
123123libcrux-platform = { version = " =0.0.3" , path = " crates/sys/platform" }
124- libcrux-psq = { version = " =0.0.10-pre.1 " , path = " libcrux-psq" }
124+ libcrux-psq = { version = " =0.0.10" , path = " libcrux-psq" }
125125
126126# HPKE
127- hpke-rs = { version = " =0.7.0-pre.1 " , path = " crates/protocols/hpke" }
128- hpke-rs-crypto = { version = " =0.7.0-pre.1 " , path = " crates/protocols/hpke/traits" , default-features = false }
129- hpke-rs-rust-crypto = { version = " =0.7.0-pre.1 " , path = " crates/protocols/hpke/rust_crypto_provider" , default-features = false }
130- hpke-rs-libcrux = { version = " =0.7.0-pre.1 " , path = " crates/protocols/hpke/libcrux_provider" , default-features = false }
127+ hpke-rs = { version = " =0.7.0" , path = " crates/protocols/hpke" }
128+ hpke-rs-crypto = { version = " =0.7.0" , path = " crates/protocols/hpke/traits" , default-features = false }
129+ hpke-rs-rust-crypto = { version = " =0.7.0" , path = " crates/protocols/hpke/rust_crypto_provider" , default-features = false }
130+ hpke-rs-libcrux = { version = " =0.7.0" , path = " crates/protocols/hpke/libcrux_provider" , default-features = false }
131131
132132# For the crates below it is necessary to set `default-features = true`
133133# in workspace crates that depend on the default feature set.
134- libcrux-kem = { version = " =0.0.9-pre.1 " , path = " libcrux-kem" , default-features = false }
135- libcrux-traits = { version = " =0.0.8-pre.1 " , path = " traits" }
136- libcrux-ecdh = { version = " =0.0.8-pre.1 " , path = " libcrux-ecdh" , default-features = false }
137- libcrux-curve25519 = { version = " =0.0.8-pre.1 " , path = " crates/algorithms/curve25519" , default-features = false }
138- libcrux-ml-kem = { version = " =0.0.10-pre.1 " , path = " libcrux-ml-kem" , default-features = false }
139- libcrux-p256 = { version = " =0.0.8-pre.1 " , path = " crates/algorithms/p256" , default-features = false }
134+ libcrux-kem = { version = " =0.0.9" , path = " libcrux-kem" , default-features = false }
135+ libcrux-traits = { version = " =0.0.8" , path = " traits" }
136+ libcrux-ecdh = { version = " =0.0.8" , path = " libcrux-ecdh" , default-features = false }
137+ libcrux-curve25519 = { version = " =0.0.8" , path = " crates/algorithms/curve25519" , default-features = false }
138+ libcrux-ml-kem = { version = " =0.0.10" , path = " libcrux-ml-kem" , default-features = false }
139+ libcrux-p256 = { version = " =0.0.8" , path = " crates/algorithms/p256" , default-features = false }
140140
141141# Test utilities
142142libcrux-kats = { path = " crates/testing/kats" }
143143
144144# Utilities
145145libcrux-macros = { version = " =0.0.3" , path = " crates/utils/macros" }
146- libcrux-secrets = { version = " =0.0.6-pre.1 " , path = " crates/utils/secrets" }
146+ libcrux-secrets = { version = " =0.0.6" , path = " crates/utils/secrets" }
147147
148148# Encodings
149149 tls_codec = { version = " 0.5.0" , features = [" derive" ], default-features = false }
0 commit comments