From 15fea6f02ff0c40bd88355b55c6530f89837c447 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 20 Oct 2020 16:31:40 +0200 Subject: tunnel: clean up some docstring wording Signed-off-by: Jason A. Donenfeld --- tunnel/src/main/java/com/wireguard/crypto/Ed25519.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tunnel/src/main/java/com/wireguard/crypto/Ed25519.java') diff --git a/tunnel/src/main/java/com/wireguard/crypto/Ed25519.java b/tunnel/src/main/java/com/wireguard/crypto/Ed25519.java index 9eccca19..a60babfb 100644 --- a/tunnel/src/main/java/com/wireguard/crypto/Ed25519.java +++ b/tunnel/src/main/java/com/wireguard/crypto/Ed25519.java @@ -13,7 +13,9 @@ import java.security.MessageDigest; import java.util.Arrays; /** - * This implementation is based on the ed25519/ref10 implementation in NaCl. + * Implementation of Ed25519 signature verification. + * + *

This implementation is based on the ed25519/ref10 implementation in NaCl.

* *

It implements this twisted Edwards curve: * -- cgit v1.2.3-59-g8ed1b