Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove "Dirty hack" for multiple defines in lex_me_harder() | Simon Warta | 2017-04-02 | 1 | -1/+3 |
| | |||||
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 2 | -27/+27 |
| | | | | | | Renames a couple of functions for somewhat better name consistency, eg make_u32bit becomes make_uint32. The old typedefs remain for now since probably lots of application code uses them. | ||||
* | Remove Algo_Registry | Jack Lloyd | 2016-10-21 | 2 | -7/+0 |
| | | | | | | | I repent my use of global constructors. I repent my use of global locks. Hopefully I will never touch this code again. :) | ||||
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not ↵ | Daniel Neus | 2016-03-05 | 1 | -1/+1 |
| | | | | explicit. | ||||
* | Fix indent | Jack Lloyd | 2016-01-30 | 1 | -171/+193 |
| | |||||
* | Blake2b: use rotate_right instead of a macro | cynecx | 2016-01-27 | 1 | -7/+5 |
| | |||||
* | Blake2b: Fix for MSVC | cynecx | 2016-01-26 | 1 | -5/+3 |
| | |||||
* | Blake2b: Add copyright & fix header guard | cynecx | 2016-01-26 | 2 | -3/+17 |
| | |||||
* | Add Blake2b hash function | cynecx | 2016-01-26 | 3 | -0/+256 |