530 Commits

Author SHA1 Message Date
Douglas Stebila
2b76872bf8 Merge branch 'master' into ds-frodo-round2-msr 2019-06-27 14:22:56 -04:00
Douglas Stebila
d1b76908c2
Merge pull request #497 from open-quantum-safe/ds-aes-key-schedule
Update PQClean implementations to have AES key schedule release
2019-06-27 14:17:25 -04:00
Douglas Stebila
1fd2ee0d4b Merge branch 'master' into ds-aes-key-schedule 2019-06-27 14:16:50 -04:00
Douglas Stebila
e7a1b2d135
Add Dilithium filters (#503) 2019-06-27 14:16:05 -04:00
Douglas Stebila
8cc63aeda9 Fix macro for Windows 2019-06-27 10:34:56 -04:00
Douglas Stebila
fcfb86bee0 Merge branch 'master' into ds-aes-key-schedule 2019-06-27 10:13:55 -04:00
Douglas Stebila
326f5dca3d
Merge pull request #496 from open-quantum-safe/ds-aes-fix-compilation
Fix macros so AES version compilation actually works
2019-06-27 10:12:50 -04:00
Douglas Stebila
6730a17173 Add Frodo to VS project 2019-06-27 10:12:27 -04:00
Douglas Stebila
2cc1b76701 Change how Frodo is built 2019-06-27 10:07:29 -04:00
Douglas Stebila
9546fed9fc Remove Frodo from PQClean auto generation 2019-06-25 11:36:51 -04:00
Douglas Stebila
bce0317938 Switch Frodo to use MSR codebase directly 2019-06-25 11:27:42 -04:00
Douglas Stebila
0cc2083c58
Merge pull request #499 from christianpaquin/cp-extern-c
Adds extern "C" to include files
2019-06-25 09:54:37 -04:00
Douglas Stebila
640ad555eb Prettyprint 2019-06-25 09:16:51 -04:00
Christian Paquin
e32e3c6832 Merge branch 'master' of https://github.com/open-quantum-safe/liboqs into cp-extern-c
Merge with upstream.
2019-06-21 14:35:33 -04:00
Christian Paquin
383400fd2a Added extern C statements to include files. 2019-06-21 14:21:47 -04:00
Douglas Stebila
158102c505 Use oqs.h since oqsconfig.h not present on Windows 2019-06-20 21:17:43 -04:00
Douglas Stebila
e1d3335dd8 Use oqs.h since oqsconfig.h not present on Windows 2019-06-20 21:17:17 -04:00
Douglas Stebila
6d4cb08acd Update to PQClean AES release context 2019-06-20 20:59:40 -04:00
Douglas Stebila
13b5bb5896 Fix macros so AES version compilation actually works 2019-06-20 20:58:16 -04:00
Douglas Stebila
beae9a68f8
Merge pull request #492 from csosto-pk/PQClean_Dilithium
Integrate Dilithium from PQClean
2019-06-19 12:56:52 -04:00
Douglas Stebila
164c917d34 Typo 2019-06-19 10:43:33 -04:00
Douglas Stebila
c951cf63d5 Consistent Dilithium capitalization 2019-06-19 10:15:56 -04:00
Douglas Stebila
d0d3808785 Add Dilithium to Visual Studio project 2019-06-18 22:08:08 -04:00
Douglas Stebila
71c8b7cd53 Rename algorithms in Dilithium datasheet 2019-06-18 21:03:47 -04:00
Douglas Stebila
2fd374ecca Prettyprint 2019-06-18 21:00:45 -04:00
Douglas Stebila
e423163f7c Rename directories 2019-06-18 21:00:17 -04:00
Douglas Stebila
57c7121881 Number of signature schemes 2019-06-18 20:52:24 -04:00
Douglas Stebila
49ce37774b Use PQClean SHAKE incremental API more directly 2019-06-18 20:52:15 -04:00
Douglas Stebila
b195835894 Fix Makefile.am comment 2019-06-18 20:29:12 -04:00
Douglas Stebila
223ced1de7 Merge remote-tracking branch 'oqs/master' into PQClean_Dilithium 2019-06-18 20:28:22 -04:00
Douglas Stebila
72c8a7b085
Merge pull request #493 from open-quantum-safe/ds-vs-filter-fix
Fix Visual Studio filter file for KEMs generated by template
2019-06-15 10:09:52 -04:00
Douglas Stebila
fe65a48a03 Add KEM header files to VS project 2019-06-14 15:33:56 -04:00
Douglas Stebila
78d8c817e5 KEM headers go in different spot in VS filters 2019-06-14 15:29:34 -04:00
Douglas Stebila
9a2697db22 Add KEM header files to VS filters 2019-06-14 15:25:36 -04:00
Douglas Stebila
b930c4a816 Create filters for familiies in Visual Studio project 2019-06-14 15:21:04 -04:00
Douglas Stebila
37579e12f3
Merge pull request #491 from open-quantum-safe/ds-update-kems
Replace NewHope with PQClean round 2 version, update PQClean KEMs
2019-06-14 14:49:51 -04:00
dimisik
c1d575efbe Update README 2019-06-14 11:23:36 -04:00
Douglas Stebila
16ea923cec Replace NewHope with PQClean round 2 version, update PQClean KEMs 2019-06-13 20:34:35 -04:00
dimisik
7b78eb8448 Adds Dilithium 2019-06-13 18:26:49 -04:00
dimisik
b13222f581 Adds Incremental Hashing 2019-06-13 18:25:10 -04:00
dimisik
e8d1dbaed8 Integrates Dilithium 2019-06-13 16:39:35 -04:00
dimisik
5c6ccfa1c8 Add Dilithium external files 2019-06-11 09:49:16 -04:00
dimisik
932d387ba0 Add Dilithium external files 2019-06-10 19:00:15 -04:00
Douglas Stebila
431802da20
Merge pull request #479 from christianpaquin/cp-add-picnic-round2
Add picnic round 2
2019-06-10 16:36:07 -04:00
Douglas Stebila
cd006f698b Merge branch 'master' of github.com:open-quantum-safe/liboqs into cp-add-picnic-round2 2019-06-10 11:02:28 -04:00
Douglas Stebila
b174defd04
Merge pull request #484 from open-quantum-safe/kyber-and-ntru
Add Kyber and NTRU round 2
2019-06-03 09:05:16 -04:00
Christian Paquin
6e469ad52e Merge branch 'master' of https://github.com/open-quantum-safe/liboqs
Merge with master.
2019-05-29 10:09:23 -04:00
Christian Paquin
3178f77bce Initialize the sig len value before calling the signature function to avoid failures in some cases.
Uncommented debugging code.
2019-05-22 11:39:26 -04:00
Christian Paquin
3355e1d990 Fixed picnic artefact size in doc. 2019-05-22 11:38:31 -04:00
Christian Paquin
4d60e38db1 Fixed picnic artefact sizes 2019-05-21 16:34:04 -04:00