mirror of
https://github.com/luxfi/crypto.git
synced 2026-07-27 01:54:50 +00:00
- Created utils package with common types (Address, Hash, Big1, Big0) - Added utility functions (BytesToAddress, HexToAddress, CopyBytes, FromHex) - Implemented math utilities (PaddedBigBytes, MustParseBig256) - Created minimal RLP encoder for CreateAddress function - Added hexutil functions for KZG4844 support - Updated all imports to use local utils instead of geth - All tests passing successfully