aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi
Commit message (Expand)AuthorAgeFilesLines
* Fix module combi: adler32,ffiSimon Warta2015-07-081-0/+2
* Merge pull request #144 from webmaster128/bounds-check5Simon Warta2015-06-281-6/+6
|\
| * lib/ffi: Convert &vec[0] to vec.data()Simon Warta2015-06-271-6/+6
* | Add OCaml binding for RNG and hash functions. Add hex_encode to FFIJack Lloyd2015-06-282-0/+69
|/
* Comile fixes for VC 2013. Based on github pull 56neusdan2015-03-101-50/+14
* Fix Python cipher update_granularity() and default_nonce_length()lloyd2015-03-092-0/+6
* Cleanupslloyd2015-03-081-2/+2
* Fix decrypt in FFI/Python. Github issue 53lloyd2015-03-012-1/+7
* FFI header cleanup, small Python additionslloyd2015-02-241-10/+16
* FFI cleanupslloyd2015-02-192-34/+29
* Modify interfaces of KDF and PBKDF to write output to an array, withlloyd2015-02-181-54/+14
* Python: docs, key agreement, fix bcrypt trailing null byte.lloyd2015-02-162-60/+149
* Add new module `ffi` which provides a plain C interface, plus a newlloyd2015-02-163-0/+1453