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

Skip to content
Snippets Groups Projects
Commit 78074f6a authored by zzz's avatar zzz
Browse files

Javadoc: missing package.html files in i2p.jar (ticket #1109)

parent 79dc01f7
No related branches found
No related tags found
No related merge requests found
<html>
<body>
<p>
HashCash implementation. Unused.
</p>
</body>
</html>
<html>
<body>
<p>
CPUID implementaion, borrowed from freenet, updated and heavily modified
</p>
</body>
</html>
<html>
<body>
<p>
The Fortuna PRNG from GNU Crypto, updated and modifed for I2P.
</p>
</body>
</html>
<html>
<body>
<p>
GettextResource only, for ngettext().
Called only from net.i2p.util.Translate, which is where everything except ngettext is implemented.
</p>
</body>
</html>
<html>
<body>
<p>
This is from some very old version of bouncycastle, part of package org.bouncycastle.crypto.
Android bundled something similar in pre-Gingerbread, but upgraded to a later, incompatible version
in Gingerbread. As of Java 1.4 these are in javax.crypto - more or less.
To avoid having to make two different versions of our Android app, we rename to org.bouncycastle.oldcrypto.
</p><p>
Ref: <a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/crypto/package-summary.html">javax.crypto</a>
and
<a href="http://code.google.com/p/android/issues/detail?id=3280">this android issue</a>.
</p>
</body>
</html>
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