Browse Source

Update checked boxes

master
Thom Wiggers 5 years ago
parent
commit
98d54e42fa
No known key found for this signature in database GPG Key ID: 1BB0A7CE26E363
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      README.md

+ 4
- 1
README.md View File

@@ -46,6 +46,9 @@ _The checking of items on this list is still being developed. Checked items shou
* [ ] No access to secret memory locations (dynamically checked using valgrind)
* [ ] Separate subdirectories (without symlinks) for each parameter set of each scheme
* [ ] Builds under Linux, MacOS, and Windows
* [x] Linux
* [x] MacOS
* [ ] Windows
* [ ] Makefile-based build for each separate scheme
* [ ] Makefile-based build for Windows (`nmake`)
* [x] All exported symbols are namespaced with `PQCLEAN_SCHEMENAME_`
@@ -69,7 +72,7 @@ _The checking of items on this list is still being developed. Checked items shou
## Clean C implementations currently in PQClean

Currently, the continuous-integration and testing environment of PQClean is still work in progress
and as a consequence PQClean does not yet have any implementations.
and as a consequence PQClean does not yet have many implementations.

<!--
Currently, PQClean includes clean C implementations of the following KEMs:


Loading…
Cancel
Save