X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fnncp.go;h=3bf6d1a5c6548222aa2f28453fadddeab2cea5c2;hb=b47dbfe6687569650fa544a4ecf3e4ea388390cb;hp=954dad18932992fa51489635c9bd27ddcf7ac9ee;hpb=ff2139ccf41d72a3c1c4b56c2106effd1ef2e841;p=nncp.git diff --git a/src/nncp.go b/src/nncp.go index 954dad1..3bf6d1a 100644 --- a/src/nncp.go +++ b/src/nncp.go @@ -37,8 +37,10 @@ You should have received a copy of the GNU General Public License along with this program. If not, see .` ) +const Base32Encoded32Len = 52 + var ( - Version string = "6.0.0" + Version string = "8.0.0" Base32Codec *base32.Encoding = base32.StdEncoding.WithPadding(base32.NoPadding) )