diff options
-rw-r--r-- | libsha2.h.0 | 5 |
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) |