diff options
author | vnugent <public@vaughnnugent.com> | 2024-11-04 21:59:06 -0500 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-11-04 21:59:06 -0500 |
commit | d44de588fc5e672a2c5e687cfec58173a495ee7c (patch) | |
tree | 01054207435bb14310751f5b8de465da2986ee72 /README.md | |
parent | 7a01c636f60a706f4eda2ad0e56afeffd22d30d1 (diff) |
update dependencies and changelog for release
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |