javadoc typos

This commit is contained in:
zzz
2025-01-02 09:54:15 -05:00
parent 4109992fd0
commit 0ca2b71783

View File

@@ -1,7 +1,7 @@
<html><body>
<p>
Data structures that definie curves and fields, and
the mathematical operaions on them.
Data structures that define curves and fields, and
the mathematical operations on them.
</p><p>
Low-level implementation is in <a href="bigint/package-summary.html">bigint</a> for any curve using BigIntegers,
and in <a href="ed25519/package-summary.html">ed25519</a> for Curve 25519 using Radix $2^{51}$.