From ed8e845f774655a23b1a16313370ca43ec1c003d Mon Sep 17 00:00:00 2001 From: Joost Rijneveld Date: Thu, 28 Feb 2019 16:36:45 +0100 Subject: [PATCH] Clarify ambigious check wrt return codes --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c15dd272..16ac8429 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,7 @@ _The checking of items on this list is still being developed. Checked items shou * [x] `sha2.c` * [ ] `aes.c` * [x] `randombytes.c` -* [ ] API functions return `0` on success, negative on failure - * [x] 0 on success - * [ ] Negative on failure (within restrictions of FO transform). +* [x] API functions return `0` on success * [x] No dynamic memory allocations * [ ] No branching on secret data (dynamically checked using valgrind) * [ ] No access to secret memory locations (dynamically checked using valgrind)