From d44de588fc5e672a2c5e687cfec58173a495ee7c Mon Sep 17 00:00:00 2001 From: vnugent Date: Mon, 4 Nov 2024 21:59:06 -0500 Subject: update dependencies and changelog for release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 92471b7..439a060 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Testing is an will be important to a cryptography library, I take that responsib ### Hardness - Time sensitive verification always uses fixed time comparison - No explicit/dynamic memory allocations (in core library) -- Valgrind and ASAN are used to check for memory leaks and overflows +- Valgrind is used to check for runtime memory leaks and overflows - CI Requires %100 test pass before merging - Public API function input validation is on by default - All stack allocated structures are securely zeroed before return -- cgit