From 0f1ea167440102ba884cda038c3b796644554e34 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 25 Feb 2017 11:49:16 +0300 Subject: [PATCH] No markdown-like quotes --- src/cypherpunks.ru/govpn/verifier.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.44.0