forked from I2P_Developers/i2p.i2p
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.