aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi/ffi_kdf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove support for Visual C++ 2013Jack Lloyd2018-10-011-5/+5
* Define botan_scrypt in terms of botan_pwdhashJack Lloyd2018-09-131-12/+5
* In FFI pwdhash functions, let len == 0 mean "call strlen"Jack Lloyd2018-09-131-2/+14
* Add FFIJack Lloyd2018-09-101-13/+81
* Avoid throwing within the FFI layerJack Lloyd2018-08-161-1/+1
* Better error reporting for FFIJack Lloyd2018-08-121-1/+1
* Add some useful FFI functionsJack Lloyd2018-08-101-0/+19
* Add explicit int return type declarations on FFI lambdas.Jack Lloyd2017-12-281-5/+5
* Simplify ffi call overheadJack Lloyd2017-10-111-3/+2
* Correct return value of botan_pk_op_verify_finishJack Lloyd2017-09-061-1/+1
* More MSVC warnings fixesJack Lloyd2017-08-311-1/+1
* Fix various MSVC warningsJack Lloyd2017-08-311-1/+1
* Split up ffi.cpp into several filesJack Lloyd2017-07-311-0/+98