aboutsummaryrefslogtreecommitdiffstats
path: root/libsha2.h.0
diff options
context:
space:
mode:
Diffstat (limited to 'libsha2.h.0')
-rw-r--r--libsha2.h.05
1 files changed, 4 insertions, 1 deletions
diff --git a/libsha2.h.0 b/libsha2.h.0
index 2ef80ac..e1a0060 100644
--- a/libsha2.h.0
+++ b/libsha2.h.0
@@ -63,7 +63,10 @@ Further, the
header defines the opaque, but complete,
.B struct libsha2_state
which stores the selected algorithm and
-the state of the hashing. The header also
+the state of the hashing. A state can be
+securely erased by overriding all bytes
+in the structure with zeroes (or any other
+byte sequence). The header also
defines the functions:
.TP
.BR libsha2_init (3)