Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/md5,lib/sha256: Use explicit_bzero to clean up sensitive data. | Loganaden Velvindron | 2022-05-31 | 1 | -0/+39 |
explicit_bzero() is available as an API to clean up sensitive data and avoid compiler optimizations that remove calls to memset() or bzero(). Signed-off-by: Loganaden Velvindron <logan@cyberstorm.mu> |