Commit Graph

74 Commitit

Tekijä SHA1 Viesti Päivämäärä
c1283aa979
Update README.md 2021-06-23 14:14:25 +01:00
974f62bb26
Update README.md 2021-05-26 11:15:16 +01:00
7ff8d8fcef Implelments Falcon 512/1024 Round3
* Enable KAT testing for Falcon
* Prefix all algorithms with PQC_ALG_SIG/KEM_
2021-05-25 12:29:54 +01:00
7a20d33c15
Update README.md 2021-05-15 22:21:09 +01:00
977d449ce3
Update README.md 2021-05-04 07:47:35 +01:00
9cb7e5a265 SIKE/p434
Pulls SIKE/p434 from CECPQ2 implementation
changed to use SHAKE instead of SHA2
2021-04-26 12:20:39 +01:00
ebaeebc5da
Update README.md 2021-04-06 15:15:28 +01:00
fba66facc6
Update README.md 2021-04-06 15:14:03 +01:00
94234297ea
Update README.md 2021-03-28 16:58:13 +01:00
fddd697fc4 adds HQC-RMS-128/192/256 2021-03-27 00:34:03 +00:00
770942ab92
Update README.md 2021-03-27 00:11:37 +00:00
de793ebcc8
Update README.md 2021-03-27 00:10:29 +00:00
2453c43da9
Update README.md 2021-03-27 00:07:28 +00:00
93907902e4
Update README.md 2021-03-27 00:02:07 +00:00
313899ad7a update readme 2021-03-27 00:00:15 +00:00
ff710a4e66
Update README.md 2021-03-26 23:53:33 +00:00
b5aa72b3fc
Update README.md 2021-03-25 09:32:59 +00:00
bc76fbab26
Update README.md 2021-03-25 07:34:06 +00:00
2a7371a40f ups 2021-03-25 00:48:05 +00:00
b18019c4b2 update readme with building instructions 2021-03-25 00:46:19 +00:00
f02248d478 pqapi.h -> pqc.h 2021-03-24 23:34:34 +00:00
b36a5ff8da adds support for most of the schemes 2021-03-24 23:22:44 +00:00
9d3e07e8d8 Use CMake 2021-03-24 21:02:51 +00:00
Thom Wiggers
708de2c3c4 putting all badges in the README was a bit too much 2021-03-24 21:02:48 +00:00
Thom Wiggers
904f91cf9b Update README with github actions info 2021-03-24 21:02:48 +00:00
Thom Wiggers
3d05000b2c Update README for Round 3 (#306)
See also #305
2021-03-24 21:02:46 +00:00
Thom Wiggers
e39dbecb6a Clean up README and CONTRIBUTING (#273)
* Clean up the docs a bit

* Document that qemu-user-static needs Linux
2021-03-24 21:02:46 +00:00
Thom Wiggers
78a65d6ec9 Parallel tests (#206)
* Do tests with pytest to run them in parallel

* attempt to handle merge commits better for PR test path

Similar to how we solved this for travis

* Clean up imports

* don't run valgrind if not specified slow_test

* Fix functest after initializer rename

* upload tests results as junit

* Upload test-common files since #200 got merged

* Catch test results upload failure
2019-07-29 10:38:25 +02:00
Douglas Stebila
f041450262 Trivial commit to trigger a rerun of all CI. 2019-06-26 09:58:05 -04:00
Sebastian
6ad7937b5e
Fixed link to rust project in README.md 2019-05-30 17:09:53 -04:00
Douglas Stebila
8d7c327e1e Add link to test framework wiki page.
[skip ci]
2019-04-29 21:52:41 -04:00
Joost Rijneveld
e32666a0ab
Throw errors when using variable-length arrays
Windows already complains about this in CI, but this will
let us catch these issues on Linux as well.
2019-04-24 12:35:17 +02:00
Douglas Stebila
c593590362 Update text and add more details about OQS
[skip ci]
2019-04-16 21:16:11 -04:00
Thom Wiggers
21bd589962
Write up some lines about some consumers 2019-04-16 13:50:36 +02:00
Matthias J. Kannwischer
5587cdb4a8 Add -Wmissing-prototypes (#109)
* fix prototypes for sphincs and static functions in aes.c

* fix missing prototypes in all frodo variants

* fix missing prototypes in kyber

* remove const from non-pointer arguments in Frodo

* add missing prototypes to requirements in README
2019-04-13 11:47:29 -04:00
Joost Rijneveld
671a4e60aa
Mark 'common' dependencies in README as complete 2019-04-11 10:04:43 +02:00
Joost Rijneveld
56e8d17a7d
Move #if check from manual to automatic 2019-04-09 17:23:47 +02:00
Joost Rijneveld
9e5fd74823
Test for prohibited includes in api.h 2019-04-09 17:19:20 +02:00
Joost Rijneveld
4bf6810c9a
Explicitly disallow preprocessor #if 2019-04-09 11:17:54 +02:00
Thom Wiggers
928b92364e
First draft of CONTRIBUTING 2019-04-05 16:21:07 +02:00
Joost Rijneveld
67ba4b661c
Update README based on discussion on integer sizes 2019-04-05 15:30:13 +02:00
Thom Wiggers
347217ba13
Mention submodules in README 2019-04-05 10:42:14 +02:00
Joost Rijneveld
266e806807
Make license information in README more specific 2019-03-21 12:20:56 +00:00
Thom Wiggers
0bff935662
Add CircleCI link to README 2019-03-04 13:25:35 +01:00
Joost Rijneveld
ed8e845f77
Clarify ambigious check wrt return codes 2019-02-28 16:37:00 +01:00
Thom Wiggers
760de42e13
Add status badges 2019-02-28 16:05:45 +01:00
Joost Rijneveld
81f8c9fd14
Make appveyor badge point to correct branch 2019-02-27 17:16:50 +01:00
Thom Wiggers
2b381e9a78
Merge pull request #54 from PQClean/no-dynamic-memory-allocations
Detect use of dynamic memory allocation functions
2019-02-27 14:24:11 +01:00
Joost Rijneveld
2a1d6a1049
Check box wrt symbolic link check 2019-02-27 14:18:29 +01:00
Joost Rijneveld
72007d3847
Detect use of dynamic memory allocation functions 2019-02-27 13:59:00 +01:00