aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi/ffi_block.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add static_cast to avoid conversion warningJack Lloyd2017-10-031-1/+2
| | | | | I guess we're in trouble if we add any block ciphers with size >= 2^31 Probably fine.
* Split up ffi.cpp into several filesJack Lloyd2017-07-311-0/+81
It was getting pretty big and would get worse over time, eg whenver I get around to adding TLS support.