Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Merge branch 'stage' into md/evm-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Jul 8, 2023
2 parents cade7c8 + 10aa9d0 commit 0af9b3d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions huff_utils/src/bytes_util.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
use crate::{evm::Opcode, evm_version::EVMVersion};
use std::num::ParseIntError;

use tiny_keccak::{Hasher, Keccak};

use crate::{evm_version::EVMVersion, prelude::Opcode};

/// Convert a string slice to a `[u8; 32]`
/// Pads zeros to the left of significant bytes in the `[u8; 32]` slice.
/// i.e. 0xa57b becomes `[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
Expand Down

0 comments on commit 0af9b3d

Please sign in to comment.