]> Cypherpunks.ru repositories - govpn.git/blobdiff - src/cypherpunks.ru/govpn/cnw/cnw.go
Various stylistic and grammar fixes
[govpn.git] / src / cypherpunks.ru / govpn / cnw / cnw.go
index f3ae03a648c8c887a590401820216c7bb950c078..7f031c31556c39ccba816e2d7b5409f2eb5f6343 100644 (file)
@@ -50,7 +50,7 @@ import (
        "golang.org/x/crypto/poly1305"
 )
 
-// EnlargeFactor TODO
+// EnlargeFactor tells how many output bytes will produce single input byte
 const EnlargeFactor = 16 * poly1305.TagSize
 
 func zero(in []byte) {