File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
tunnel/src/main/java/com/wireguard Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 34
34
import androidx .annotation .Nullable ;
35
35
36
36
/**
37
- * WireGuard backend that uses {@code wg-quick} to implement tunnel configuration.
37
+ * Implementation of {@link Backend} that uses the kernel module and {@code wg-quick} to provide
38
+ * WireGuard tunnels.
38
39
*/
39
40
40
41
@ NonNullForAll
Original file line number Diff line number Diff line change 13
13
import androidx .annotation .Nullable ;
14
14
15
15
/**
16
- * Implementation of the Curve25519 elliptic curve algorithm .
16
+ * Implementation of Curve25519 ECDH .
17
17
* <p>
18
18
* This implementation was imported to WireGuard from noise-java:
19
19
* https://github.com/rweather/noise-java
Original file line number Diff line number Diff line change 13
13
import java .util .Arrays ;
14
14
15
15
/**
16
- * This implementation is based on the ed25519/ref10 implementation in NaCl.
16
+ * Implementation of Ed25519 signature verification.
17
+ *
18
+ * <p>This implementation is based on the ed25519/ref10 implementation in NaCl.</p>
17
19
*
18
20
* <p>It implements this twisted Edwards curve:
19
21
*
You can’t perform that action at this time.
0 commit comments