covert-encryption
covert-encryption
This needs to be fixed. Looks like every implementation of msgpack makes it very difficult to handle such a simple and presumably common use case. I managed to work around...
Essentially would need public access to `doDecodeSync` and `pos` of decoder, to allow 1. Decoding a single object without throwing an exception when there is data left 2. Finding out...
@gfx The use case same as @mcclure. An ArrayBuffer (or another stream) which contains ``` [msgpack object][other data][msgpack object]... ``` Think of the msgpack object as a header for the...
As mentioned in #997 it would also be useful to be able to specify length for any buffer types, in particular where a fixed length string is expected.
Would make sense to give different messages for errors reading identity files and data files, e.g. prepending text on the error messages depending on which context it comes from, while...
Could you modify this package so that it includes libsodium? https://github.com/pyca/pynacl/ works out of the box on any platform but they lack many of the functions (as does this one,...