From 671a4e60aa18e22bafb22024c422d70df24230c8 Mon Sep 17 00:00:00 2001 From: Joost Rijneveld Date: Thu, 11 Apr 2019 10:04:07 +0200 Subject: [PATCH] Mark 'common' dependencies in README as complete --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index b557aa75..2091dc31 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,7 @@ _The checking of items on this list is still being developed. Checked items shou * [x] Consistent test vectors on 32-bit and 64-bit machines * [x] No errors/warnings reported by valgrind * [x] No errors/warnings reported by address sanitizer -* [ ] Only dependencies: - * [x] `fips202.c` - * [x] `sha2.c` - * [ ] `aes.c` - * [x] `randombytes.c` +* [x] Only dependencies: `fips202.c`, `sha2.c`, `aes.c`, `randombytes.c` * [x] API functions return `0` on success * [x] No dynamic memory allocations * [ ] No branching on secret data (dynamically checked using valgrind)