| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-31 | lib/md5,lib/sha256: Use explicit_bzero to clean up sensitive data. | Loganaden Velvindron | |
| 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> | |||
