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