aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/newhope
Commit message (Collapse)AuthorAgeFilesLines
* Avoid requiring alignment (think this was just for the AVX2 version)Jack Lloyd2016-08-302-37/+35
| | | | Change to standard int types
* Fix header guard, macro tidyJack Lloyd2016-08-302-5/+7
|
* Add NEWHOPE KEM schemeJack Lloyd2016-08-303-0/+658
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