// Copyright (C) Gear Technologies Inc.
// SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0
//! Lightweight hashing helpers shared across schemes.
use ;
/// Compute the Keccak-256 hash of a byte slice.
/// Compute the Keccak-256 hash of several concatenated byte slices without
/// allocating intermediate buffers.
where
I: ,