mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-28 09:44:42 +00:00
bc40978297
The Clove ID is just another random number, and the message ID in the clove will be checked in the Bloom filter; that is sufficient. Checking the clove ID as well just doubles the number of entries in the Bloom filter, doubling the number of false positives over what is expected. For ECIES-Ratchet, the clove ID is set to the message ID after decryption, as there is no longer a separate field for the clove ID in the transmission format.