tunnel: clean up some docstring wording
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
		
							parent
							
								
									cb2842e8ef
								
							
						
					
					
						commit
						15fea6f02f
					
				@ -34,7 +34,8 @@ import java.util.Set;
 | 
				
			|||||||
import androidx.annotation.Nullable;
 | 
					import androidx.annotation.Nullable;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * WireGuard backend that uses {@code wg-quick} to implement tunnel configuration.
 | 
					 * Implementation of {@link Backend} that uses the kernel module and {@code wg-quick} to provide
 | 
				
			||||||
 | 
					 * WireGuard tunnels.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@NonNullForAll
 | 
					@NonNullForAll
 | 
				
			||||||
 | 
				
			|||||||
@ -13,7 +13,7 @@ import java.util.Arrays;
 | 
				
			|||||||
import androidx.annotation.Nullable;
 | 
					import androidx.annotation.Nullable;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Implementation of the Curve25519 elliptic curve algorithm.
 | 
					 * Implementation of Curve25519 ECDH.
 | 
				
			||||||
 * <p>
 | 
					 * <p>
 | 
				
			||||||
 * This implementation was imported to WireGuard from noise-java:
 | 
					 * This implementation was imported to WireGuard from noise-java:
 | 
				
			||||||
 * https://github.com/rweather/noise-java
 | 
					 * https://github.com/rweather/noise-java
 | 
				
			||||||
 | 
				
			|||||||
@ -13,7 +13,9 @@ import java.security.MessageDigest;
 | 
				
			|||||||
import java.util.Arrays;
 | 
					import java.util.Arrays;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * This implementation is based on the ed25519/ref10 implementation in NaCl.
 | 
					 * Implementation of Ed25519 signature verification.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>This implementation is based on the ed25519/ref10 implementation in NaCl.</p>
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * <p>It implements this twisted Edwards curve:
 | 
					 * <p>It implements this twisted Edwards curve:
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user