X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fnncp.go;h=94e1df854b0a20fa112fb2793ebdacd71e8f0e05;hb=ba6d4cb7b711f624b50daa9279762ab41923c490;hp=336cb68c215072d70c107571fd45918aeda61205;hpb=fa24572f1280b56977c6dcf6969a736403d1280e;p=nncp.git diff --git a/src/nncp.go b/src/nncp.go index 336cb68..94e1df8 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 = "5.4.1" + Version string = "7.3.2" Base32Codec *base32.Encoding = base32.StdEncoding.WithPadding(base32.NoPadding) )