Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-06-21 07:01:33 +0400
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-06-21 07:01:33 +0400
commit4aa2249d804f7046ede210ab2cd89df904b59581 (patch)
tree4df5345dd86cc76ceaddf7cb74caf22f7371dc88
parentd761d55c1c753b1f945ac34fb684f633fa2767e3 (diff)
Add basic package.html files for the new ec packages
-rw-r--r--core/src/main/javadoc/org/bouncycastle/math/custom/djb/package.html7
-rw-r--r--core/src/main/javadoc/org/bouncycastle/math/custom/sec/package.html6
-rw-r--r--core/src/main/javadoc/org/bouncycastle/math/raw/package.html5
3 files changed, 18 insertions, 0 deletions
diff --git a/core/src/main/javadoc/org/bouncycastle/math/custom/djb/package.html b/core/src/main/javadoc/org/bouncycastle/math/custom/djb/package.html
new file mode 100644
index 00000000..344418b9
--- /dev/null
+++ b/core/src/main/javadoc/org/bouncycastle/math/custom/djb/package.html
@@ -0,0 +1,7 @@
+<html>
+<body bgcolor="#ffffff">
+Experimental implementation of curve25519. Note that the curve implementation is in the short-Weierstrass form,
+which is not the recommended (nor most suitable) approach. In particular, the input/output conventions are not
+compliant with standard implementations, and point conversions would be needed to interoperate.
+</body>
+</html>
diff --git a/core/src/main/javadoc/org/bouncycastle/math/custom/sec/package.html b/core/src/main/javadoc/org/bouncycastle/math/custom/sec/package.html
new file mode 100644
index 00000000..bb2845c3
--- /dev/null
+++ b/core/src/main/javadoc/org/bouncycastle/math/custom/sec/package.html
@@ -0,0 +1,6 @@
+<html>
+<body bgcolor="#ffffff">
+Custom implementations of (most of) the curves over Fp from the SEC specification. Uses the new "raw" math classes
+in place of BigInteger, and includes customized modular reductions taking advantage of the special forms of the primes.
+</body>
+</html>
diff --git a/core/src/main/javadoc/org/bouncycastle/math/raw/package.html b/core/src/main/javadoc/org/bouncycastle/math/raw/package.html
new file mode 100644
index 00000000..061958b7
--- /dev/null
+++ b/core/src/main/javadoc/org/bouncycastle/math/raw/package.html
@@ -0,0 +1,5 @@
+<html>
+<body bgcolor="#ffffff">
+Math support for raw multi-precision calculations.
+</body>
+</html>