Skip to content

v0.8.12

tagged this 30 Apr 03:42
A Symbol is encoded using a single 64 bits value. However, the decoder
was instead assuming a precision 8 bits followed by a string encoded
binary data.

In fact, a symbol is encoded using a single 64 bits value, the most
significant byte being the precision and the rest is interpreted as a
SymbolCode.
Assets 2
Loading