]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/nncp.go
Fixed freq.chunked calculation
[nncp.git] / src / nncp.go
index f8915d9b5bf31bc5ba37f79568c29c8095531b6e..b56be2958d2cd811e06ddbf9ac59d62bedee0cc7 100644 (file)
@@ -37,8 +37,10 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.`
 )
 
+const Base32Encoded32Len = 52
+
 var (
-       Version string = "5.6.0"
+       Version string = "8.0.1"
 
        Base32Codec *base32.Encoding = base32.StdEncoding.WithPadding(base32.NoPadding)
 )