aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-11-04 21:59:06 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-11-04 21:59:06 -0500
commitd44de588fc5e672a2c5e687cfec58173a495ee7c (patch)
tree01054207435bb14310751f5b8de465da2986ee72 /README.md
parent7a01c636f60a706f4eda2ad0e56afeffd22d30d1 (diff)
update dependencies and changelog for release
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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