trezoa-poseidon 3.2.2

Trezoa Poseidon hashing
Documentation
================================================================================
TREZOA POSEIDON
================================================================================

This project contains software originally developed by Anza Maintainers and the
Solana Foundation, subsequently modified and adapted for the Trezoa Blockchain
ecosystem.

ORIGINAL WORK
-------------
Project: solana-poseidon
Version: 3.0.10
Source:  https://crates.io/crates/solana-poseidon
Repository: https://github.com/anza-xyz/agave
Copyright: © Anza Maintainers <maintainers@anza.xyz>

CURRENT WORK
------------
Project: trezoa-poseidon
Version: 3.2.2
Repository: https://github.com/Trezoa-team/trezoa-poseidon
Copyright: © 2025 TRZ Ledger Foundation

DESCRIPTION
-----------
This crate provides Poseidon hash function implementation for the Trezoa
Blockchain. It was forked from the original solana-poseidon crate and adapted
to work within the Trezoa ecosystem while maintaining compatibility with the
core cryptographic functionality.

MODIFICATIONS
-------------
The following changes were made to adapt this crate for Trezoa:
- Renamed package from "solana-poseidon" to "trezoa-poseidon"
- Updated library name from "solana_poseidon" to "trezoa_poseidon"
- Changed target OS references from "solana" to "trezoa"
- Updated documentation and examples
- Modified dependency references for Trezoa ecosystem compatibility
- Updated package metadata (authors, repository, homepage)

LICENSING
---------
This software 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

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

ACKNOWLEDGMENTS
---------------
We acknowledge and thank the original authors and contributors to the
solana-poseidon project for their foundational work in implementing the
Poseidon hash function. This project builds upon their excellent foundation.

Original Contributors:
- Anza Maintainers
- Solana Foundation contributors
- All other contributors to the original solana-poseidon project

CONTACT
-------
For questions about this fork or the Trezoa ecosystem:
- Email: foundation@trezoa.xyz
- Website: https://trezoa.xyz
- Repository: https://github.com/Trezoa-team/trezoa-poseidon

For questions about the original work:
- Original Repository: https://github.com/anza-xyz/agave
- Original Authors: maintainers@anza.xyz

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