This commit is contained in:
MuhtasimTanmoy
2024-11-22 00:14:21 +06:00
committed by tanmoy
parent 60bc640daa
commit 4bab4bcc75
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@@ -1,4 +1,6 @@
#![cfg_attr(target_arch = "riscv32", no_std, no_main)]
extern crate alloc;
use alloc::vec::Vec;
use starknet_crypto::{PoseidonHasher};
use starknet_types_core::felt::Felt;