diff --git a/core/java/src/com/nettgryppa/security/package.html b/core/java/src/com/nettgryppa/security/package.html new file mode 100644 index 000000000..a15c85b54 --- /dev/null +++ b/core/java/src/com/nettgryppa/security/package.html @@ -0,0 +1,7 @@ + +
++HashCash implementation. Unused. +
+ + diff --git a/core/java/src/freenet/support/CPUInformation/package.html b/core/java/src/freenet/support/CPUInformation/package.html new file mode 100644 index 000000000..db1df9a51 --- /dev/null +++ b/core/java/src/freenet/support/CPUInformation/package.html @@ -0,0 +1,7 @@ + + ++CPUID implementaion, borrowed from freenet, updated and heavily modified +
+ + diff --git a/core/java/src/gnu/crypto/prng/package.html b/core/java/src/gnu/crypto/prng/package.html new file mode 100644 index 000000000..4aeca8f65 --- /dev/null +++ b/core/java/src/gnu/crypto/prng/package.html @@ -0,0 +1,7 @@ + + ++The Fortuna PRNG from GNU Crypto, updated and modifed for I2P. +
+ + diff --git a/core/java/src/gnu/gettext/package.html b/core/java/src/gnu/gettext/package.html new file mode 100644 index 000000000..cb5e0f8e6 --- /dev/null +++ b/core/java/src/gnu/gettext/package.html @@ -0,0 +1,8 @@ + + ++GettextResource only, for ngettext(). +Called only from net.i2p.util.Translate, which is where everything except ngettext is implemented. +
+ + diff --git a/core/java/src/org/bouncycastle/oldcrypto/macs/package.html b/core/java/src/org/bouncycastle/oldcrypto/macs/package.html new file mode 100644 index 000000000..56de5a394 --- /dev/null +++ b/core/java/src/org/bouncycastle/oldcrypto/macs/package.html @@ -0,0 +1,14 @@ + + ++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. +
+Ref: javax.crypto +and +this android issue. +
+ +