mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-09 09:13:09 +00:00
Update evm/src/cpu/kernel/tests/sha2.rs
Co-authored-by: Dima V <50062893+typ3c4t@users.noreply.github.com>
This commit is contained in:
parent
cfbc029e7b
commit
19b14c2723
@ -6,7 +6,7 @@ use rand::{thread_rng, Rng};
|
||||
use sha2::{Digest, Sha256};
|
||||
|
||||
use crate::cpu::kernel::aggregator::combined_kernel;
|
||||
use crate::cpu::kernel::interpreter::run;
|
||||
use crate::cpu::kernel::interpreter::run_with_kernel;
|
||||
|
||||
#[test]
|
||||
fn test_sha2() -> Result<()> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user