mirror of
https://github.com/SamTherapy/dnscrypt.git
synced 2024-12-22 08:50:43 +00:00
golint issues 2
This commit is contained in:
parent
6c1e0b5828
commit
040c11f732
1 changed files with 3 additions and 3 deletions
|
@ -24,11 +24,11 @@ import (
|
|||
type CryptoConstruction uint16
|
||||
|
||||
const (
|
||||
// Default value for empty CertInfo only
|
||||
// UndefinedConstruction is the default value for empty CertInfo only
|
||||
UndefinedConstruction CryptoConstruction = iota
|
||||
// Salsa20Poly1305 encryption
|
||||
// XSalsa20Poly1305 encryption
|
||||
XSalsa20Poly1305
|
||||
// Chacha20Poly1305 encryption
|
||||
// XChacha20Poly1305 encryption
|
||||
XChacha20Poly1305
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue