aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:31:20 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:31:20 +0100
commitd56c6cc93364e3cf14ae8171ed1f200919075834 (patch)
tree4476e7fbf6a5bca1f768c31a047ff7568f5e70b5
parentUpdate e-mail (diff)
downloadlibar2simplified-4cf704a5132cd65cf90d7687908c8f85460aeeb7.tar.gz
libar2simplified-4cf704a5132cd65cf90d7687908c8f85460aeeb7.tar.bz2
libar2simplified-4cf704a5132cd65cf90d7687908c8f85460aeeb7.tar.xz
fix doc textHEAD1.1.3master
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--README4
-rw-r--r--libar2simplified.712
-rw-r--r--libar2simplified_init_context.36
3 files changed, 11 insertions, 11 deletions
diff --git a/README b/README
index 647e9ad..1bd8b65 100644
--- a/README
+++ b/README
@@ -2,8 +2,8 @@ NAME
libar2simplified - Simplified interface for libar2
DESCRIPTION
- libar2simplified is façade for the libar2 C library that
- implements the family of Argon2 key derivation function,
+ libar2simplified is a façade for the libar2 C library that
+ implements the family of Argon2 key derivation functions,
including Argon2d, Argon2i, and Argon2id, as well as
Argon2ds which was not part of the submission to the
Password Hashing Competition of 2013, which Argon2 won in
diff --git a/libar2simplified.7 b/libar2simplified.7
index 809ba1e..b2e7c5d 100644
--- a/libar2simplified.7
+++ b/libar2simplified.7
@@ -1,21 +1,21 @@
-.TH LIBAR2SIMPLIFIED 7 LIBAR2
+.TH LIBAR2SIMPLIFIED 7 LIBAR2SIMPLIFIED
.SH NAME
libar2simplified - Simplified interface for libar2
.SH DESCRIPTION
.B libar2simplified
-is façade for the
+is a façade for the
.BR libar2 (7)
C library that implements the family of Argon2 key
-derivation function, including Argon2d, Argon2i, and
+derivation functions, including Argon2d, Argon2i, and
Argon2id, as well as Argon2ds which was not part of
the submission to the Password Hashing Competition
of 2013, which Argon2 won in 2015. As a key derivation
function, Argon2 is well-suited for cryptographically
-hashing (one-way encrypting) passwords. Where as the
+hashing (one-way encrypting) passwords. Whereas the
.BR libar2 (7)
-library is suitable in any code-base, as long as it
-some standard C functions are avaible, since it does
+library is suitable for any code-base, as long as it has
+some standard C functions available, since it does
not interact with the operating system,
.B libar2simplified
can only be used in fully hosted environments, since
diff --git a/libar2simplified_init_context.3 b/libar2simplified_init_context.3
index c190c86..de22fac 100644
--- a/libar2simplified_init_context.3
+++ b/libar2simplified_init_context.3
@@ -23,10 +23,10 @@ function, provided via the
parameter, with all auto-erase options
turned off.
.PP
-This function provides a dynamic memory
+This function provides dynamic memory
management functions that erase memory
-before it is deallocated. It also also
-provides a multi-threading support using
+before it is deallocated. It also
+provides multi-threading support using
a thread pool.
.PP
This function is used internally by the