This commit is contained in:
2026-08-21 08:42:43 +09:00
parent 4019af58e9
commit 1de3608c9b
@@ -28,8 +28,8 @@ import swiss.qpq.gajumaru.core.tools.CryptoUtils;
// Pure Java implementation of Ed25519 curve arithmetic.
// Uses high-performance Radix-2^25.5 field arithmetic.
// Verified against the canonical Erlang ec_utils.
// Uses exquisitely annoying Radix-2^25.5 field arithmetic. Never do this if you can avoid it.
// Verified against the canonical Erlang ec_utils (see test/README.md for how).
public final class Ed25519 {