AI-generated analysisPublished automatically and not human-verified. Validated context appears in community notes below.
← Watch feed
Low 35 Bitcoin

Merge bitcoin/bitcoin#35696: i2p: update leaseset encryption types

Public commit record

What the developer wrote

Authored by Ava Chow

86/100 · Strong
Merge bitcoin/bitcoin#35696: i2p: update leaseset encryption types

412540e18d877c4a34cf9c8fb43dfd34a603d5f5 i2p: update leaseset encryption types (jpk68)

Pull request description:

Updates the I2P SAM leaseset parameters to `6,4` (MLKEM-768/ECIES-X25519), as is [now recommended](https://i2p.net/en/docs/api/samv3/#signature-and-encryption-types) by the I2P project. ElGamal leasesets are now considered "legacy" and likely should not be used anymore.

ACKs for top commit:
kevkevinpal:
ACK [412540e](https://github.com/bitcoin/bitcoin/pull/35696/commits/412540e18d877c4a34cf9c8fb43dfd34a603d5f5)
davidgumberg:
ACK 412540e
achow101:
ACK 412540e18d877c4a34cf9c8fb43dfd34a603d5f5
jonatack:
ACK 412540e18d877c4a34cf9c8fb43dfd34a603d5f5
janb84:
ACK 412540e18d877c4a34cf9c8fb43dfd34a603d5f5

Tree-SHA512: 639f6c58700f0a6ec471652d31b62d36ee16226afc13267a2064c199fd7e6102d7ac1b146fecaaee611235f8463fb1572318d21aa774c0a7e06ea4be06062a8c
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context✓ Links an issue, advisory, or supporting reference✓ Names security-relevant behavior explicitly
The short version

What changed, and why it matters

This change updates Bitcoin Core's I2P (Invisible Internet Project) privacy network settings to use newer, stronger encryption for the published 'leaseset' that describes how other peers can contact a node. The old setting included ElGamal encryption, which the I2P project now labels 'legacy' and no longer recommends. This is a hardening improvement rather than a fix for a known active attack, but it reduces future cryptographic risk for users who route Bitcoin traffic over I2P.

Recommended action

Treat as a routine hardening update. Users running I2P-enabled Bitcoin Core nodes should upgrade to benefit from modern lease set encryption. No emergency response is warranted because the change does not address a demonstrated exploit and the old setting remains interoperable.

Security signals we found

01

Cryptographic algorithm update (ElGamal to MLKEM-768)

02

Use of I2P 'legacy' encryption type removed

03

Configuration-only change in network privacy layer

04

No memory safety, input validation, or consensus code changed

Risk score

Why this scored 35/100

Our methodology →
Potential impact 8/30
Exploitability 5/25
Stealth signal 6/15
Affected reach 5/15
Confidence 7/10
Evidence quality 4/5
Human-validated context

Community notes

Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.

No validated notes yet.

The AI analysis stands alone for now. Submit a note if you can add evidence or important context.