]> Cypherpunks.ru repositories - govpn.git/commitdiff
No markdown-like quotes
authorSergey Matveev <stargrave@stargrave.org>
Sat, 25 Feb 2017 08:49:16 +0000 (11:49 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 25 Feb 2017 09:18:10 +0000 (12:18 +0300)
src/cypherpunks.ru/govpn/verifier.go

index 00ba6322eae8d640ccde58860a503631a8d30596..9f58ca1b74bec85f1ea9b03be3ee85aae1f7974c 100644 (file)
@@ -65,8 +65,8 @@ func VerifierNew(s, t, p int, id *PeerID) *Verifier {
 // PasswordApply applies the password: create Ed25519 keypair based on it,
 // saves public key in verifier.
 func (v *Verifier) PasswordApply(password string) (*[ed25519.PrivateKeySize]byte, error) {
-       // TODO: there is an extremely weird bug, `balloon.H` panic if I the `hash.Hash`
-       // outside the `hasher` function.
+       // TODO: there is an extremely weird bug, "balloon.H" panic if I the `hash.Hash`
+       // outside the "hasher" function.
        var err error
        hasher := func() hash.Hash {
                var nilHash hash.Hash