web3_universal_crypto 0.2.0
web3_universal_crypto: ^0.2.0 copied to clipboard
Cryptographic primitives for Web3 Universal SDK - Ed25519, Schnorr, and Secp256k1.
0.2.0 #
Note: This release has breaking changes.
- FIX: resolve all remaining analysis warnings and errors. (8a1b250e)
- FEAT: implement advanced chain features for UTXO, Solana, and Cosmos (Phase 8). (f264816e)
- FEAT: complete AA v0.7 standard and verify Reown relay connection. (517d22cf)
- DOCS: enhanced module documentation with comprehensive visual diagrams. (1cdf9a8a)
- DOCS: deep enhancement of all 32 module READMEs with professional standards. (af6731d3)
- DOCS: enrich all 28 module READMEs with architecture and usage. (b091dfd5)
- DOCS: add READMEs for core packages and link them in main README. (dc504fbd)
- BREAKING FIX(crypto): implement correct BIP-39/32 cryptographic algorithms. (8f8d4bc0)
Changelog #
0.1.0 #
- Initial development version.
- Cryptographic primitives for Web3 Universal SDK.
- Ed25519, Schnorr (BIP-340), and Secp256k1 support.