mirror of
https://github.com/luxfi/crypto.git
synced 2026-07-27 01:54:50 +00:00
- Added SignHash/VerifyHash methods to Lamport package for pre-hashed messages - Fixed SHAKE precompile gas calculation to include 4-byte length prefix - Fixed Lamport precompile to use VerifyHash for already-hashed messages - Added comprehensive test suites for encryption package (75.9% coverage) - Added comprehensive test suites for hashing package (92.0% coverage) - Added comprehensive test suites for blake3 package (100% coverage) - Consolidated BLS tests and removed naming redundancy - Fixed compilation errors and improved test structure - Current overall package coverage: 66.6%