File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,14 @@ rand = "0.9"
1818hex = " 0.4.3"
1919tracing = " 0.1"
2020libcrux-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 ]
3331default = [" api" , " std" ]
You can’t perform that action at this time.
0 commit comments