We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680fa54 commit f0022cdCopy full SHA for f0022cd
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
#### Upcoming Changes
4
5
+* dev(BREAKING): Make blake2s API internal [#2265](https://github.com/lambdaclass/cairo-vm/pull/2265)
6
+
7
* bugfix: Fix temp segment chain bug [#2195](https://github.com/lambdaclass/cairo-vm/pull/2195)
8
9
#### [3.0.0-rc.4] - 2025-28-10
vm/src/hint_processor/builtin_hint_processor/mod.rs
@@ -1,6 +1,6 @@
1
pub mod bigint;
-pub mod blake2s_hash;
-pub mod blake2s_utils;
+pub(crate) mod blake2s_hash;
+mod blake2s_utils;
pub mod builtin_hint_processor_definition;
pub mod cairo_keccak;
pub mod dict_hint_utils;
0 commit comments