Package | Description |
---|---|
gnu.crypto.prng | |
net.i2p.data |
These classes define the common data structures used by the various
I2P protocols.
|
Modifier and Type | Field and Description |
---|---|
(package private) Sha256Standalone[] |
FortunaStandalone.pools |
Modifier and Type | Method and Description |
---|---|
static String |
DataHelper.readLine(InputStream in,
Sha256Standalone hash)
update the hash along the way
Warning - strips \n but not \r
Warning - 8KB line length limit as of 0.7.13, @throws IOException if exceeded
Warning - not UTF-8
|
static boolean |
DataHelper.readLine(InputStream in,
StringBuffer buf,
Sha256Standalone hash)
Deprecated.
use StringBuilder version
|
static boolean |
DataHelper.readLine(InputStream in,
StringBuilder buf,
Sha256Standalone hash)
update the hash along the way
Warning - strips \n but not \r
Warning - 8KB line length limit as of 0.7.13, @throws IOException if exceeded
Warning - not UTF-8
|
static void |
DataHelper.write(OutputStream out,
byte[] data,
Sha256Standalone hash) |