// Copyright (C) Gear Technologies Inc.
// SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0
//! Small utility helpers used across the crate.
use Vec;
use FromHexError;
/// Decode a hex string (with optional `0x` prefix) into bytes.
/// Decode a hex string (with optional `0x` prefix) into a fixed-size array.