Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests on things that are not little endian | Jack Lloyd | 2016-08-30 | 1 | -12/+6 |
| | |||||
* | Avoid requiring alignment (think this was just for the AVX2 version) | Jack Lloyd | 2016-08-30 | 1 | -31/+30 |
| | | | | Change to standard int types | ||||
* | Fix header guard, macro tidy | Jack Lloyd | 2016-08-30 | 1 | -0/+4 |
| | |||||
* | Add NEWHOPE KEM scheme | Jack Lloyd | 2016-08-30 | 1 | -0/+606 |
Provides conjectured 200-bit security against a quantum attacker. Based on the public domain reference implementation at https://github.com/tpoeppelmann/newhope and bit-for-bit compatible with that version. Test vectors generated by the reference testvector.c |