NOTICE
Trezoa Keypair Crate
====================
This software is a derivative work based on the original Solana Keypair implementation.
ORIGINAL WORK:
- Package: solana-keypair v3.0.1
- Source: https://crates.io/crates/solana-keypair
- Original Repository: https://github.com/anza-xyz/solana-sdk
- Original Authors: Anza Maintainers <maintainers@anza.xyz>
- Original License: Apache License 2.0
DERIVATIVE WORK:
- Package: trezoa-keypair v3.2.2
- Repository: https://github.com/Trezoa-team/trezoa-keypair
- Modified by: Trezoa-team <foundation@trezoa.xyz>
- Modifications Copyright © 2025 TRZ Ledger Foundation
MODIFICATIONS:
This derivative work includes the following significant changes:
- Rebranding from Solana to Trezoa ecosystem
- Updated dependency references from solana-* to trezoa-*
- Version bump to 3.2.2 for Trezoa compatibility
- Updated documentation and metadata
- Maintained full API compatibility with original implementation
LICENSING:
This derivative work is distributed under the Apache License 2.0,
the same license as the original work. All original copyright notices
and license terms are preserved and respected.
The original work's copyright and all related intellectual property
rights remain with their respective owners. This derivative work
adds only the specific modifications necessary for Trezoa ecosystem
integration while maintaining attribution to the original authors.
For the complete license text, see the LICENSE file in this distribution.
ACKNOWLEDGMENTS:
We acknowledge and thank the original Solana/Anza development team
for their excellent work on the foundational cryptographic keypair
implementation that this derivative work is based upon.