I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit f0df5d19 authored by idk's avatar idk
Browse files

add comment to the new getUniqueID code

parent 9c5118f7
No related branches found
No related merge requests found
......@@ -86,6 +86,10 @@ public interface I2NPMessage {
/**
* Replay resistant message ID
* optionally, the caller may pass a msgIDBloomXor value, and the
* return value will be Xor'ed with that value. Passing a msgIDBloomXor
* value of 0 will result in the original ID being returned, instead of
* passing 0 use the no-arg version.
*/
public long getUniqueId(long msgIDBloomXor);
public long getUniqueId();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment