From 0ca2b71783d02aef1b1bcd4271bc77a7d3d4cc83 Mon Sep 17 00:00:00 2001 From: zzz Date: Thu, 2 Jan 2025 09:54:15 -0500 Subject: [PATCH] javadoc typos --- core/java/src/net/i2p/crypto/eddsa/math/package.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/src/net/i2p/crypto/eddsa/math/package.html b/core/java/src/net/i2p/crypto/eddsa/math/package.html index f227f2c12..bac60e76d 100644 --- a/core/java/src/net/i2p/crypto/eddsa/math/package.html +++ b/core/java/src/net/i2p/crypto/eddsa/math/package.html @@ -1,7 +1,7 @@

- 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.

Low-level implementation is in bigint for any curve using BigIntegers, and in ed25519 for Curve 25519 using Radix $2^{51}$.