diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:32:29 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:32:29 +0100 |
| commit | c91f6038634418dff753c9f037afb6574b02a743 (patch) | |
| tree | eab332100804b77a06da9de7b0cba0feeeb95ccc /libsha1.h | |
| parent | m (diff) | |
| download | libsha1-1.1.4.tar.gz libsha1-1.1.4.tar.bz2 libsha1-1.1.4.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | libsha1.h | 6 | ||||
| -rw-r--r-- | libsha1.h.0 | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -77,12 +77,12 @@ struct libsha1_state { struct libsha1_hmac_state { /** - * State of the underlaying hash function + * State of the underlying hash function */ struct libsha1_state sha1_state; /** - * The output size of the underlaying + * The output size of the underlying * hash algorithm, in bits */ size_t outsize; @@ -310,7 +310,7 @@ void libsha1_hmac_update(struct libsha1_hmac_state *restrict, const void *restri * @param data Data to feed into the algorithm * @param n The number of bytes to feed into the algorithm * @param output The output buffer for the hash, it will be as - * large as for the underlaying hash algorithm + * large as for the underlying hash algorithm */ #if defined(__GNUC__) __attribute__((__leaf__, __nonnull__, __nothrow__)) diff --git a/libsha1.h.0 b/libsha1.h.0 index 537b6e0..bf2f23d 100644 --- a/libsha1.h.0 +++ b/libsha1.h.0 @@ -1,4 +1,4 @@ -.TH LIBSHA1.H 0 2019-02-10 libsha1 +.TH LIBSHA1.H 0 LIBSHA1 .SH NAME libsha1.h \- SHA-1 and SHA-0 library header .SH SYNOPSIS |
