Skip to content

Commit 67e3dcb

Browse files
committed
JavaDoc package.html files
1 parent 415e2a7 commit 67e3dcb

File tree

5 files changed

+36
-0
lines changed

5 files changed

+36
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<html><body>
2+
<p>
3+
Low-level, non-optimized implementation using BigIntegers for any curve.
4+
See the <a href="../ed25519/package-summary.html">ed25519</a> implementation for Curve 25519.
5+
</p>
6+
</body></html>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<html><body>
2+
<p>
3+
Low-level, optimized implementation using Radix 2^51 for Curve 25519.
4+
See the <a href="../bigint/package-summary.html">bigint</a> implementation for other curves.
5+
</p>
6+
</body></html>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<html><body>
2+
<p>
3+
Data structures that definie curves and fields, and
4+
the mathematical operaions on them.
5+
</p><p>
6+
Low-level implementation is in <a href="bigint/package-summary.html">bigint</a> for any curve using BigIntegers,
7+
and in <a href="ed25519/package-summary.html">ed25519</a> for Curve 25519 using Radix 2^51.
8+
</p>
9+
</body></html>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<html><body>
2+
<p>
3+
Java implementation of EdDSA, a digital signature scheme using
4+
a variant of elliptic curve cryptography based on Twisted Edwards curves.
5+
</p><p>
6+
Contains a generic implementation for any curve using BigIntegers,
7+
and an optimized implementation for Curve 25519 using Radix 2^51.
8+
</p>
9+
</body></html>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<html><body>
2+
<p>
3+
Specifications for curves and keys, and a table for named curves,
4+
initially containing only the 25519 curve "ed25519-sha-512".
5+
</p>
6+
</body></html>

0 commit comments

Comments
 (0)