mirror of
https://github.com/luxfi/coreth.git
synced 2026-07-27 05:54:02 +00:00
luxfi/precompile/pqcrypto (the bundled "unified PQ" package) was removed. Its live role is ML-KEM at 0x012201, now the standalone luxfi/precompile/mlkem — which wraps luxfi/crypto/mlkem. Same ContractAddress, same 6-arg StatefulPrecompiledContract Run, so the adapter is untouched. registry.go already blank-imports mlkem (line 32); the pqcrypto line was pure dead weight. Resolves the pqcrypto build break against precompile@v0.19.3. (coreth carries further, unrelated legacy dep-skew — warp.UnsignedMessage, geth v1.16.99 in its own go.mod — that is a separate modernization, not this change.) Co-authored-by: Hanzo Dev <dev@hanzo.ai>