WIP
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user