aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi/ffi_hash.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add FFI funcs to get algo name from cipher, MAC and hash objsJack Lloyd2018-07-191-0/+6
|
* Add explicit int return type declarations on FFI lambdas.Jack Lloyd2017-12-281-1/+1
| | | | | | Sun Studio gives a strange warning about this. This probably doesn't help actually compile under Sun Studio. But it doesn't hurt to be explicit.
* Split up ffi.cpp into several filesJack Lloyd2017-07-311-0/+70
It was getting pretty big and would get worse over time, eg whenver I get around to adding TLS support.