metapensiero/metapensiero.pj

Fails on simple byte sequence: ValueError: Unknown data type received.

Closed this issue · 3 comments

Input:

a = b'\x00'

yeah, I didn't need any bytes in JS, so I did not add support for it

JavaScript has native ByteBuffers. Without this, basically no encryption, binary data manipulation etc. cannot be implemented.

PRs are accepted (with tests)!