Skip to content

Commit

Permalink
512 test size
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Oct 22, 2024
1 parent 87c955f commit e154342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cairo_vm_hints/src/hints/tests/encode_packed_256.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub fn hint_generate_test_vector(
_constants: &HashMap<String, Felt252>,
) -> Result<(), HintError> {
let (x_list, y_list): (Vec<[u8; 32]>, Vec<[u8; 32]>) =
(0..256).map(|_| (get_random(), get_random())).unzip();
(0..512).map(|_| (get_random(), get_random())).unzip();

let keccak_result_list: Vec<[u8; 32]> = x_list
.iter()
Expand Down

0 comments on commit e154342

Please sign in to comment.