aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi/ffi_rng.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove support for Visual C++ 2013Jack Lloyd2018-10-011-1/+1
* Expose RDRAND RNG through FFIJack Lloyd2018-08-131-2/+13
* Add some useful FFI functionsJack Lloyd2018-08-101-0/+9
* Guard use of Serialized_RNG with thread macro checkJack Lloyd2018-08-101-0/+2
* Add a "user-threadsafe" option to botan_rng_initJack Lloyd2018-08-101-0/+10
* Add FFI funcs to get algo name from cipher, MAC and hash objsJack Lloyd2018-07-191-0/+5
* Add explicit int return type declarations on FFI lambdas.Jack Lloyd2017-12-281-1/+1
* Simplify ffi call overheadJack Lloyd2017-10-111-1/+2
* Split up ffi.cpp into several filesJack Lloyd2017-07-311-0/+53