aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi/ffi_cipher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add FFI funcs to get algo name from cipher, MAC and hash objsJack Lloyd2018-07-191-0/+6
* Add RAII versions of get_cipher_mode and get_aeadJack Lloyd2018-04-071-1/+1
* Add explicit int return type declarations on FFI lambdas.Jack Lloyd2017-12-281-3/+3
* FFI objects have to be structs because we expose them to CJack Lloyd2017-09-301-4/+3
* Use class instead of struct for objects with member functionsJack Lloyd2017-09-301-3/+4
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* Fix various MSVC warningsJack Lloyd2017-08-311-1/+1
* Split up ffi.cpp into several filesJack Lloyd2017-07-311-0/+196