]> Cypherpunks repositories - keks.git/commit
Do not deal with very large strings
authorSergey Matveev <stargrave@stargrave.org>
Sun, 6 Oct 2024 09:19:28 +0000 (12:19 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 6 Oct 2024 09:21:29 +0000 (12:21 +0300)
commit6f6410b0dc1343296bf20da71de9e6b53798445e7d86ce63d091702da2a2f197
tree3dd7311d19bf7cf25f1ce7236986223a1371a2495cfbba368ecb2120f10b1e66
parentba551e3fadddcfebf8355fb1bfa0352197b9e339f20c5ad38958e7c19806354d
Do not deal with very large strings

Currently code won't work with them because of the uint64 overflow.
cyac/dec.c
cyac/dec.h
gyac/dec.go