trezoa-hash 3.2.3

Trezoa wrapper for the 32-byte output of a hashing algorithm.
Documentation
================================================================================
NOTICE - Trezoa Hash Library
================================================================================

This software contains code derived from the Solana Hash library.

Original Work:
  - Name: solana-hash
  - Version: 4.0.1
  - Source: https://crates.io/crates/solana-hash
  - Repository: https://github.com/anza-xyz/solana-sdk
  - Original Authors: Anza Maintainers <maintainers@anza.xyz>
  - Original License: Apache License 2.0

Migration Details:
  - Migrated to: trezoa-hash v3.2.3
  - Migration Date: November 2025
  - Target Ecosystem: Trezoa Blockchain Platform
  - Migrated By: Trezoa-team <foundation@trezoa.xyz>

Key Changes Made:
  - Renamed crate from 'solana-hash' to 'trezoa-hash'
  - Updated all internal references from 'solana' to 'trezoa'
  - Modified dependency references to use Trezoa ecosystem packages
  - Updated documentation to reflect Trezoa usage
  - Maintained full API compatibility with original implementation
  - Updated version numbering to align with Trezoa ecosystem

License Information:
  This work is licensed under the Apache License, Version 2.0, the same license
  as the original work. You may obtain a copy of the License at:
  http://www.apache.org/licenses/LICENSE-2.0

Copyright Information:
  - Original Work: Copyright © Anza Maintainers and contributors
  - Modifications: Copyright © 2025 TRZ Ledger Foundation
  - All rights reserved under their respective copyrights

Purpose:
  This library provides cryptographic hash functionality for the Trezoa blockchain
  ecosystem, offering 32-byte hash operations with support for SHA-256 and BLAKE3
  algorithms. It serves as a fundamental building block for Trezoa SDK and related
  cryptographic operations.

Acknowledgments:
  We acknowledge and thank the original Solana/Anza development team for their
  excellent work on the foundational hash library that this work is based upon.

For questions regarding this migration or licensing, please contact:
  foundation@trezoa.xyz

================================================================================