Package | Description |
---|---|
net.i2p |
Core I2P package, contains information about the I2P version and an entry point to access important elements.
|
net.i2p.util |
These classes define the several useful utilities used
throughout the router and applications.
|
org.klomp.snark.dht |
Modifier and Type | Method and Description |
---|---|
RandomSource |
I2PAppContext.random()
[insert snarky comment here]
|
Modifier and Type | Class and Description |
---|---|
class |
FortunaRandomSource
Wrapper around GNU-Crypto's Fortuna PRNG.
|
Modifier and Type | Method and Description |
---|---|
static RandomSource |
RandomSource.getInstance()
Singleton for whatever PRNG i2p uses.
|
Modifier and Type | Method and Description |
---|---|
static NID |
NodeInfo.generateNID(Hash h,
int p,
RandomSource random)
Generate a secure NID that matches the Hash and port.
|