Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add final attribute to many classes | Jack Lloyd | 2016-01-10 | 3 | -3/+3 |
| | | | | | | | In some cases this can offer better optimization, via devirtualization. And it lets the user know the class is not intended for derivation. Some discussion in GH #402 | ||||
* | Mass-prefix member vars with m_ | René Korthaus | 2016-01-08 | 6 | -16/+16 |
| | |||||
* | Internal header cleanups | Jack Lloyd | 2015-09-19 | 3 | -4/+3 |
| | | | | Only user-visible change is the removal of get_byte.h | ||||
* | Fix static lib registration for block, hash, mac, stream, kdf | Jack Lloyd | 2015-09-10 | 3 | -6/+0 |
| | | | | | | | | | | | The support problems from having static libraries not work in the obvious way will be endless trouble. Instead have each set of registrations tag along in a source file for the basic type, at the cost of some extra ifdefs. On shared libs this is harmless - everything is going into the shared object anyway. With static libs, this means pulling in a single block cipher pulls in the text of all the them. But that's still strictly better than the amalgamation (which is really pulling in everything), and it works (unlike status quo). | ||||
* | hash: Add missing overrides | Daniel Seither | 2015-07-30 | 3 | -18/+18 |
| | |||||
* | Clean up root dir, remove some unneeded dependencies | lloyd | 2015-02-05 | 9 | -0/+406 |