Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add FFI funcs to get algo name from cipher, MAC and hash objs | Jack Lloyd | 2018-07-19 | 1 | -0/+6 |
* | Add RAII versions of get_cipher_mode and get_aead | Jack Lloyd | 2018-04-07 | 1 | -1/+1 |
* | Add explicit int return type declarations on FFI lambdas. | Jack Lloyd | 2017-12-28 | 1 | -3/+3 |
* | FFI objects have to be structs because we expose them to C | Jack Lloyd | 2017-09-30 | 1 | -4/+3 |
* | Use class instead of struct for objects with member functions | Jack Lloyd | 2017-09-30 | 1 | -3/+4 |
* | Apply final annotations to the library also | Jack Lloyd | 2017-09-22 | 1 | -1/+1 |
* | Fix various MSVC warnings | Jack Lloyd | 2017-08-31 | 1 | -1/+1 |
* | Split up ffi.cpp into several files | Jack Lloyd | 2017-07-31 | 1 | -0/+196 |