wireguard: fix KeyPair.Validate() #30
Reference in New Issue
Block a user
Delete Branch "pr-amery-wg-iszero"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PrivateKey and PublicKey are now fixed length arrays,
so testing for len 0 is invalid
LGTM