Fails on simple byte sequence: ValueError: Unknown data type received.
Closed this issue · 3 comments
exander77 commented
Input:
a = b'\x00'
azazel75 commented
yeah, I didn't need any bytes in JS, so I did not add support for it
exander77 commented
JavaScript has native ByteBuffers. Without this, basically no encryption, binary data manipulation etc. cannot be implemented.
azazel75 commented
PRs are accepted (with tests)!