aboutsummaryrefslogtreecommitdiff
path: root/lib/libmd
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2020-10-09 19:12:44 +0000
committerGordon Bergling <gbe@FreeBSD.org>2020-10-09 19:12:44 +0000
commit3d265fce43746c293ae826e9603adbfe09f93cf6 (patch)
tree595842fb2fed2701f1313532154050161a314090 /lib/libmd
parenteb88fed44616747f930b74c42259511823811fe1 (diff)
Notes
Diffstat (limited to 'lib/libmd')
-rw-r--r--lib/libmd/mdX.32
-rw-r--r--lib/libmd/ripemd.32
-rw-r--r--lib/libmd/sha.32
-rw-r--r--lib/libmd/sha256.32
-rw-r--r--lib/libmd/sha512.32
-rw-r--r--lib/libmd/skein.310
6 files changed, 10 insertions, 10 deletions
diff --git a/lib/libmd/mdX.3 b/lib/libmd/mdX.3
index b5f4fc07c9b7..30e6f367c662 100644
--- a/lib/libmd/mdX.3
+++ b/lib/libmd/mdX.3
@@ -157,7 +157,7 @@ The
.Fn MDXFile
and
.Fn MDXFileChunk
-may return NULL when underlying
+may return NULL when underlying
.Xr open 2 ,
.Xr fstat 2 ,
.Xr lseek 2 ,
diff --git a/lib/libmd/ripemd.3 b/lib/libmd/ripemd.3
index 54cdf73ecc8d..d868ae12827b 100644
--- a/lib/libmd/ripemd.3
+++ b/lib/libmd/ripemd.3
@@ -137,7 +137,7 @@ The
.Fn RIPEMD160_File
and
.Fn RIPEMD160_FileChunk
-may return NULL when underlying
+may return NULL when underlying
.Xr open 2 ,
.Xr fstat 2 ,
.Xr lseek 2 ,
diff --git a/lib/libmd/sha.3 b/lib/libmd/sha.3
index ac8e3ae02511..20a1e5639dde 100644
--- a/lib/libmd/sha.3
+++ b/lib/libmd/sha.3
@@ -168,7 +168,7 @@ The
.Fn SHA1_File
and
.Fn SHA1_FileChunk
-may return NULL when underlying
+may return NULL when underlying
.Xr open 2 ,
.Xr fstat 2 ,
.Xr lseek 2 ,
diff --git a/lib/libmd/sha256.3 b/lib/libmd/sha256.3
index a6829a5ed2ea..d11f2f783557 100644
--- a/lib/libmd/sha256.3
+++ b/lib/libmd/sha256.3
@@ -159,7 +159,7 @@ The
.Fn SHA256_File
and
.Fn SHA256_FileChunk
-may return NULL when underlying
+may return NULL when underlying
.Xr open 2 ,
.Xr fstat 2 ,
.Xr lseek 2 ,
diff --git a/lib/libmd/sha512.3 b/lib/libmd/sha512.3
index 64981e64310c..6a5ed6f887d9 100644
--- a/lib/libmd/sha512.3
+++ b/lib/libmd/sha512.3
@@ -203,7 +203,7 @@ The
.Fn SHA512_File
and
.Fn SHA512_FileChunk
-may return NULL when underlying
+may return NULL when underlying
.Xr open 2 ,
.Xr fstat 2 ,
.Xr lseek 2 ,
diff --git a/lib/libmd/skein.3 b/lib/libmd/skein.3
index b0278028b1bc..325a1ab4874b 100644
--- a/lib/libmd/skein.3
+++ b/lib/libmd/skein.3
@@ -201,7 +201,7 @@ The
.Fn SKEIN256_File
and
.Fn SKEIN256_FileChunk
-may return NULL when underlying
+may return NULL when underlying
.Xr open 2 ,
.Xr fstat 2 ,
.Xr lseek 2 ,
@@ -220,15 +220,15 @@ These functions appeared in
.Fx 11.0 .
.Sh AUTHORS
.An -nosplit
-The core hash routines were imported from version 1.3 of the optimized
+The core hash routines were imported from version 1.3 of the optimized
Skein reference implementation written by
.An Doug Whiting
as submitted to the NSA SHA-3 contest.
The algorithms were developed by
-.An Niels Ferguson ,
+.An Niels Ferguson ,
.An Stefan Lucks ,
-.An Bruce Schneier ,
-.An Doug Whiting ,
+.An Bruce Schneier ,
+.An Doug Whiting ,
.An Mihir Bellare ,
.An Tadayoshi Kohno ,
.An Jon Callas,