- Mar 10, 2013
-
-
Donald Stufft authored
* This eliminates the global state from the encoding system.
-
Donald Stufft authored
* Adds an Encoding system that supports raw, hex, base16, base32, and base 64. * Adds an encoding=ENCODING parameter to methods to control what encoding data is returned/passed in. * encoding parmater supports passing in a custom encoder object * Encoding system supports registering of new encoders through nacl.encoder.register.
-
- Feb 24, 2013
-
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
The strings from NaCl can contain nul characters inside the string and are not nul terminated. Using ffi.buffer with an explict size will prevent issues here.
-
- Feb 22, 2013
-
-
Donald Stufft authored
-
Donald Stufft authored
* Supports sha256 and sha512
-