From 98d54e42fa705aabb741c5361f3669fb66560c92 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Wed, 23 Jan 2019 11:04:22 +0100 Subject: [PATCH] Update checked boxes --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c46a4f88..40e2ea8a 100644 --- a/README.md +++ b/README.md @@ -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.