aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-07 15:05:03 +0200
committerMattias Andrée <maandree@kth.se>2022-07-07 15:05:03 +0200
commita539f6f5206cd815cc2730900763071a9a790ff9 (patch)
treee25c19784e9f1a70e57271652595cd9c8138063e
parentm whitespace (diff)
downloadlibsha2-a539f6f5206cd815cc2730900763071a9a790ff9.tar.gz
libsha2-a539f6f5206cd815cc2730900763071a9a790ff9.tar.bz2
libsha2-a539f6f5206cd815cc2730900763071a9a790ff9.tar.xz
SHA 2 => SHA-2
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--libsha2.h.02
-rw-r--r--libsha2_algorithm_output_size.32
-rw-r--r--libsha2_digest.32
-rw-r--r--libsha2_hmac_digest.32
-rw-r--r--libsha2_hmac_init.32
-rw-r--r--libsha2_hmac_marshal.32
-rw-r--r--libsha2_hmac_state_output_size.32
-rw-r--r--libsha2_hmac_unmarshal.32
-rw-r--r--libsha2_hmac_update.32
-rw-r--r--libsha2_init.32
-rw-r--r--libsha2_marshal.32
-rw-r--r--libsha2_state_output_size.32
-rw-r--r--libsha2_sum_fd.32
-rw-r--r--libsha2_unmarshal.32
-rw-r--r--libsha2_update.32
15 files changed, 15 insertions, 15 deletions
diff --git a/libsha2.h.0 b/libsha2.h.0
index 4584161..60984cd 100644
--- a/libsha2.h.0
+++ b/libsha2.h.0
@@ -1,6 +1,6 @@
.TH LIBSHA2.H 0 2019-02-10 libsha2
.SH NAME
-libsha2.h \- SHA 2 library header
+libsha2.h \- SHA-2 library header
.SH SYNOPSIS
.nf
#include <libsha2.h>
diff --git a/libsha2_algorithm_output_size.3 b/libsha2_algorithm_output_size.3
index 7894e65..d083a38 100644
--- a/libsha2_algorithm_output_size.3
+++ b/libsha2_algorithm_output_size.3
@@ -1,6 +1,6 @@
.TH LIBSHA2_ALGORITHM_OUTPUT_SIZE 3 2019-02-09 libsha2
.SH NAME
-libsha2_algorithm_output_size \- Get the size of the output for a SHA 2 algorithm
+libsha2_algorithm_output_size \- Get the size of the output for a SHA-2 algorithm
.SH SYNOPSIS
.nf
#include <libsha2.h>
diff --git a/libsha2_digest.3 b/libsha2_digest.3
index ed87dfb..127171d 100644
--- a/libsha2_digest.3
+++ b/libsha2_digest.3
@@ -1,6 +1,6 @@
.TH LIBSHA2_DIGEST 3 2019-02-09 libsha2
.SH NAME
-libsha2_digest \- Get the result of a SHA 2 hashing
+libsha2_digest \- Get the result of a SHA-2 hashing
.SH SYNOPSIS
.nf
#include <libsha2.h>
diff --git a/libsha2_hmac_digest.3 b/libsha2_hmac_digest.3
index 483094f..1203049 100644
--- a/libsha2_hmac_digest.3
+++ b/libsha2_hmac_digest.3
@@ -1,6 +1,6 @@
.TH LIBSHA2_HMAC_DIGEST 3 2019-02-10 libsha2
.SH NAME
-libsha2_hmac_digest \- Get the result of a HMAC-SHA 2 hashing
+libsha2_hmac_digest \- Get the result of a HMAC-SHA-2 hashing
.SH SYNOPSIS
.nf
#include <libsha2.h>
diff --git a/libsha2_hmac_init.3 b/libsha2_hmac_init.3
index 336d864..6f09680 100644
--- a/libsha2_hmac_init.3
+++ b/libsha2_hmac_init.3
@@ -1,6 +1,6 @@
.TH LIBSHA2_HMAC_INIT 3 2019-02-10 libsha2
.SH NAME
-libsha2_hmac_init \- Initialises hashing with an HMAC-SHA 2 algorithm
+libsha2_hmac_init \- Initialises hashing with an HMAC-SHA-2 algorithm
.SH SYNOPSIS
.nf
#include <libsha2.h>
diff --git a/libsha2_hmac_marshal.3 b/libsha2_hmac_marshal.3
index f5ebea2..eca380c 100644
--- a/libsha2_hmac_marshal.3
+++ b/libsha2_hmac_marshal.3
@@ -1,6 +1,6 @@
.TH LIBSHA2_HMAC_MARSHAL 3 2019-02-10 libsha2
.SH NAME
-libsha2_hmac_marshal \- Marshal an HMAC-SHA 2 hashing state
+libsha2_hmac_marshal \- Marshal an HMAC-SHA-2 hashing state
.SH SYNOPSIS
.nf
#include <libsha2.h>
diff --git a/libsha2_hmac_state_output_size.3 b/libsha2_hmac_state_output_size.3
index f2ee9bf..aa96436 100644
--- a/libsha2_hmac_state_output_size.3
+++ b/libsha2_hmac_state_output_size.3
@@ -1,6 +1,6 @@
.TH LIBSHA2_HMAC_STATE_OUTPUT_SIZE 3 2019-02-10 libsha2
.SH NAME
-libsha2_hmac_state_output_size \- Get the size of the output for a HMAC-SHA 2 algorithm
+libsha2_hmac_state_output_size \- Get the size of the output for a HMAC-SHA-2 algorithm
.SH SYNOPSIS
.nf
#include <libsha2.h>
diff --git a/libsha2_hmac_unmarshal.3 b/libsha2_hmac_unmarshal.3
index cbe28cf..6cc2967 100644
--- a/libsha2_hmac_unmarshal.3
+++ b/libsha2_hmac_unmarshal.3
@@ -1,6 +1,6 @@
.TH LIBSHA2_HMAC_UNMARSHAL 3 2019-02-10 libsha2
.SH NAME
-libsha2_hmac_unmarshal \- Unmarshal an HMAC-SHA 2 hashing state
+libsha2_hmac_unmarshal \- Unmarshal an HMAC-SHA-2 hashing state
.SH SYNOPSIS
.nf
#include <libsha2.h>
diff --git a/libsha2_hmac_update.3 b/libsha2_hmac_update.3
index 2d95158..bb02a18 100644
--- a/libsha2_hmac_update.3
+++ b/libsha2_hmac_update.3
@@ -1,6 +1,6 @@
.TH LIBSHA2_HMAC_UPDATE 3 2019-02-10 libsha2
.SH NAME
-libsha2_hmac_update \- Feed data into a HMAC-SHA 2 algorithm
+libsha2_hmac_update \- Feed data into a HMAC-SHA-2 algorithm
.SH SYNOPSIS
.nf
#include <libsha2.h>
diff --git a/libsha2_init.3 b/libsha2_init.3
index 226aac1..5823464 100644
--- a/libsha2_init.3
+++ b/libsha2_init.3
@@ -1,6 +1,6 @@
.TH LIBSHA2_INIT 3 2019-02-09 libsha2
.SH NAME
-libsha2_init \- Initialises hashing with a SHA 2 algorithm
+libsha2_init \- Initialises hashing with a SHA-2 algorithm
.SH SYNOPSIS
.nf
#include <libsha2.h>
diff --git a/libsha2_marshal.3 b/libsha2_marshal.3
index bf54782..4b44533 100644
--- a/libsha2_marshal.3
+++ b/libsha2_marshal.3
@@ -1,6 +1,6 @@
.TH LIBSHA2_MARSHAL 3 2019-02-09 libsha2
.SH NAME
-libsha2_marshal \- Marshal a SHA 2 hashing state
+libsha2_marshal \- Marshal a SHA-2 hashing state
.SH SYNOPSIS
.nf
#include <libsha2.h>
diff --git a/libsha2_state_output_size.3 b/libsha2_state_output_size.3
index fd14c49..591eace 100644
--- a/libsha2_state_output_size.3
+++ b/libsha2_state_output_size.3
@@ -1,6 +1,6 @@
.TH LIBSHA2_STATE_OUTPUT_SIZE 3 2019-02-09 libsha2
.SH NAME
-libsha2_state_output_size \- Get the size of the output for a SHA 2 algorithm
+libsha2_state_output_size \- Get the size of the output for a SHA-2 algorithm
.SH SYNOPSIS
.nf
#include <libsha2.h>
diff --git a/libsha2_sum_fd.3 b/libsha2_sum_fd.3
index e676d8c..8850e01 100644
--- a/libsha2_sum_fd.3
+++ b/libsha2_sum_fd.3
@@ -1,6 +1,6 @@
.TH LIBSHA2_SUM_FD 3 2019-02-09 libsha2
.SH NAME
-libsha2_sum_fd \- Hash a file with a SHA 2 algorithm
+libsha2_sum_fd \- Hash a file with a SHA-2 algorithm
.SH SYNOPSIS
.nf
#include <libsha2.h>
diff --git a/libsha2_unmarshal.3 b/libsha2_unmarshal.3
index 3408f54..5df4929 100644
--- a/libsha2_unmarshal.3
+++ b/libsha2_unmarshal.3
@@ -1,6 +1,6 @@
.TH LIBSHA2_UNMARSHAL 3 2019-02-09 libsha2
.SH NAME
-libsha2_unmarshal \- Unmarshal a SHA 2 hashing state
+libsha2_unmarshal \- Unmarshal a SHA-2 hashing state
.SH SYNOPSIS
.nf
#include <libsha2.h>
diff --git a/libsha2_update.3 b/libsha2_update.3
index c88f2f4..b7baf39 100644
--- a/libsha2_update.3
+++ b/libsha2_update.3
@@ -1,6 +1,6 @@
.TH LIBSHA2_UPDATE 3 2019-02-09 libsha2
.SH NAME
-libsha2_update \- Feed data into a SHA 2 algorithm
+libsha2_update \- Feed data into a SHA-2 algorithm
.SH SYNOPSIS
.nf
#include <libsha2.h>