]> Cypherpunks repositories - keks.git/commitdiff
Go implementation has fewer limitations
authorSergey Matveev <stargrave@stargrave.org>
Fri, 27 Dec 2024 09:14:23 +0000 (12:14 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 27 Dec 2024 09:14:23 +0000 (12:14 +0300)
go/README

index 9f0249696395e081f74b605c931e5e1d500523ba082bd3da973f784792c232a4..3a850476465b77e91027d438198a555490a83191db039370e2f3143bbf557705 100644 (file)
--- a/go/README
+++ b/go/README
@@ -1,7 +1,5 @@
 GoKEKS is Go implementation of the KEKS codec.
 
-* No FLOAT*, INTs greater than 64-bit, TAI64NA.
-  They are stored/decoded just as a raw value
-* Actual negative integer maximal size is -2^63-1
+No FLOAT* support. They are stored/decoded just as a raw value.
 
 GoKEKS is free software: see the file COPYING.LESSER for copying conditions.