X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fcypherpunks.ru%2Fgovpn%2Fverifier.go;h=9f58ca1b74bec85f1ea9b03be3ee85aae1f7974c;hb=0f1ea167440102ba884cda038c3b796644554e34;hp=00ba6322eae8d640ccde58860a503631a8d30596;hpb=f3e3de2b0169bbecad4aefaf8902cbb4a1d9ce6a;p=govpn.git 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