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

This commit is contained in:
zzz
2015-03-22 17:32:35 +00:00
parent 79dc01f7e4
commit 78074f6a7e
5 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<html>
<body>
<p>
HashCash implementation. Unused.
</p>
</body>
</html>

View File

@ -0,0 +1,7 @@
<html>
<body>
<p>
CPUID implementaion, borrowed from freenet, updated and heavily modified
</p>
</body>
</html>

View File

@ -0,0 +1,7 @@
<html>
<body>
<p>
The Fortuna PRNG from GNU Crypto, updated and modifed for I2P.
</p>
</body>
</html>

View File

@ -0,0 +1,8 @@
<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>

View File

@ -0,0 +1,14 @@
<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>