We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8c165 commit 3ba2197Copy full SHA for 3ba2197
crates/ink/ir/src/ir/sha3.rs
@@ -12,9 +12,6 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
-use proc_macro2::TokenStream as TokenStream2;
16
-use syn::spanned::Spanned as _;
17
-
18
/// Computes the KECCAK 256-bit hash for the given input and stores it in output.
19
pub fn keccak_256(input: &[u8], output: &mut [u8; 32]) {
20
use sha3::{
0 commit comments