X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fnncp.go;h=d6a6d857ad08f40a7f74d667d2ab03fcaac15639;hb=823e905cef9ef709c264ce7c07945a2f6c8a1c8c;hp=5e44d5b1cbafaa9dba221f57006484c557720524;hpb=ce54ce6d5524ca0da2bfd542100178ff870a609c;p=nncp.git diff --git a/src/nncp.go b/src/nncp.go index 5e44d5b..d6a6d85 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.1.0" + Version string = "8.0.2" Base32Codec *base32.Encoding = base32.StdEncoding.WithPadding(base32.NoPadding) )