Use libcrux-blake2 with std

This way we don't require the error_in_core feature of the Rust compiler
This commit is contained in:
Jan Winkelmann (keks)
2025-03-31 15:32:34 +02:00
parent 1a8e220aa8
commit 9dd00e04c1

View File

@@ -72,7 +72,7 @@ postcard = { version = "1.1.1", features = ["alloc"] }
libcrux = { version = "0.0.2-pre.2" }
libcrux-chacha20poly1305 = { version = "0.0.2-beta.3" }
libcrux-ml-kem = { version = "0.0.2-beta.3" }
libcrux-blake2 = { version = "0.0.2-beta.3" }
libcrux-blake2 = { git = "https://github.com/cryspen/libcrux.git", rev = "36d7d392e1c2"}
hex-literal = { version = "0.4.1" }
hex = { version = "0.4.3" }
heck = { version = "0.5.0" }