Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add HashFunction::copy_state | Jack Lloyd | 2017-05-22 | 2 | -0/+6 |
| | | | | See GH #1037 | ||||
* | 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 | -53/+53 |
| | | | | | | 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. | ||||
* | Add SHAKE-128 and SHAKE-256 as hash functions | Jack Lloyd | 2016-11-10 | 2 | -34/+76 |
| | |||||
* | Add proper SHA-3 | Jack Lloyd | 2016-10-19 | 3 | -0/+300 |
Kind of a copy and paste of Keccak, but only a single copy of the permutation at least. Keccak depends on SHA-3 instead of the reverse, so that SHA-3 can be enabled without also bringing in an unapproved hash function. Updates newhope code and removes API function newhope_hash which was an unofficial SHA-3-256. |