1
0
Fork 0
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:
Andrey Meshkov 2018-12-17 02:35:25 +03:00
parent 6c1e0b5828
commit 040c11f732

View file

@ -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
)