From: Sergey Matveev Date: Sat, 25 Feb 2017 08:49:16 +0000 (+0300) Subject: No markdown-like quotes X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=commitdiff_plain;h=0f1ea167440102ba884cda038c3b796644554e34 No markdown-like quotes --- diff --git a/src/cypherpunks.ru/govpn/verifier.go b/src/cypherpunks.ru/govpn/verifier.go index 00ba632..9f58ca1 100644 --- a/src/cypherpunks.ru/govpn/verifier.go +++ b/src/cypherpunks.ru/govpn/verifier.go @@ -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