Fork me on GitHub
#crypto
<
2017-09-25
>
ghadi17:09:12

the JNR-FFI library is really useful for integrating with C libraries

ghadi17:09:51

just write an interface that matches the signatures of the C calls, and it will write the glue code for you

ghadi17:09:07

was integrating with libsodium this weekend, was painless.