From: Sergey Matveev Date: Fri, 27 Dec 2024 09:14:23 +0000 (+0300) Subject: Go implementation has fewer limitations X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=dc014c9a7d5a36b3f595beb1c16a37fe006b381207a6068c845e37ce5bb0851f;p=keks.git Go implementation has fewer limitations --- diff --git a/go/README b/go/README index 9f02496..3a85047 100644 --- 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.