Skip to content

Commit a105ba4

Browse files
authored
Make Blake2s API public (#2286)
* Make Blake2s API public * Update CHANGELOG
1 parent 0660acc commit a105ba4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
#### Upcoming Changes
44

5+
* feat: Make Blake2s API public [#2286](https://github.com/lambdaclass/cairo-vm/pull/2286)
6+
57
* feat: implemented delete_unaccessed function [#2282](https://github.com/lambdaclass/cairo-vm/pull/2282)
68

79
* fix: rename y_cube_int to y_square_int in get_point_from_x [#2271](https://github.com/lambdaclass/cairo-vm/pull/2271)

vm/src/hint_processor/builtin_hint_processor/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pub mod bigint;
2-
pub(crate) mod blake2s_hash;
3-
mod blake2s_utils;
2+
pub mod blake2s_hash;
3+
pub mod blake2s_utils;
44
pub mod builtin_hint_processor_definition;
55
pub mod cairo_keccak;
66
pub mod dict_hint_utils;

0 commit comments

Comments
 (0)