Files
zeekayandHanzo Dev 7ceedf22e9 params,registry: drop killed pqcrypto dep, wire ML-KEM from luxfi/crypto
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>
2026-07-17 15:19:22 -07:00
..