]> git.codecow.com Git - Monocypher.git/commitdiff
Advertise public key cryptography in the manual
authorLoup Vaillant <loup@loup-vaillant.fr>
Sun, 6 Jun 2021 21:47:11 +0000 (23:47 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sun, 6 Jun 2021 21:47:11 +0000 (23:47 +0200)
Followup on the modifications of the README: if users can't make the
connection between public key cryptography and key exchange there, they
won't make it either when reading the manual (which by the way is
automatically copied to the website).

doc/man/man3/advanced/crypto_x25519.3monocypher
doc/man/man3/crypto_key_exchange.3monocypher
doc/man/man3/intro.3monocypher

index ef18a9b1f1962a27c7d7be37b6066855becb9309..9520bc862b677581fc53ae83c380d1126d789176 100644 (file)
@@ -8,7 +8,7 @@
 .\"
 .\" ----------------------------------------------------------------------------
 .\"
-.\" Copyright (c) 2017-2019 Loup Vaillant
+.\" Copyright (c) 2017-2021 Loup Vaillant
 .\" Copyright (c) 2017-2018 Michael Savage
 .\" Copyright (c) 2017, 2019-2020 Fabio Scotoni
 .\" Copyright (c) 2020 Richard Walmsley
@@ -41,7 +41,7 @@
 .\"
 .\" ----------------------------------------------------------------------------
 .\"
-.\" Written in 2017-2020 by Loup Vaillant, Michael Savage, Fabio Scotoni and
+.\" Written in 2017-2021 by Loup Vaillant, Michael Savage, Fabio Scotoni and
 .\" Richard Walmsley
 .\"
 .\" To the extent possible under law, the author(s) have dedicated all copyright
 .\" with this software.  If not, see
 .\" <https://creativecommons.org/publicdomain/zero/1.0/>
 .\"
-.Dd March 31, 2020
+.Dd June 6, 2021
 .Dt CRYPTO_X25519 3MONOCYPHER
 .Os
 .Sh NAME
 .Nm crypto_x25519 ,
 .Nm crypto_x25519_public_key
-.Nd X25519 key exchange
+.Nd X25519 key exchange (Public Key Cryptography)
 .Sh SYNOPSIS
 .In monocypher.h
 .Ft void
index 96bdc8d27447d6d839068c3b7b82a66eb9d4a5cb..b0ce22f208b80349bd0f30cf7889b15928f213a2 100644 (file)
@@ -8,7 +8,7 @@
 .\"
 .\" ----------------------------------------------------------------------------
 .\"
-.\" Copyright (c) 2017-2019 Loup Vaillant
+.\" Copyright (c) 2017-2021 Loup Vaillant
 .\" Copyright (c) 2017-2018 Michael Savage
 .\" Copyright (c) 2017, 2019-2020 Fabio Scotoni
 .\" Copyright (c) 2020 Richard Walmsley
@@ -41,7 +41,7 @@
 .\"
 .\" ----------------------------------------------------------------------------
 .\"
-.\" Written in 2017-2020 by Loup Vaillant, Michael Savage, Fabio Scotoni and
+.\" Written in 2017-2021 by Loup Vaillant, Michael Savage, Fabio Scotoni and
 .\" Richard Walmsley
 .\"
 .\" To the extent possible under law, the author(s) have dedicated all copyright
 .\" with this software.  If not, see
 .\" <https://creativecommons.org/publicdomain/zero/1.0/>
 .\"
-.Dd March 31, 2020
+.Dd June 6, 2021
 .Dt CRYPTO_KEY_EXCHANGE 3MONOCYPHER
 .Os
 .Sh NAME
 .Nm crypto_key_exchange ,
 .Nm crypto_key_exchange_public_key
-.Nd Elliptic Curve Diffie-Hellman key exchange
+.Nd Key Exchange (Public Key Cryptography)
 .Sh SYNOPSIS
 .In monocypher.h
 .Ft void
index ccbd26a2ff568708c11f3d8c9d6a29f98b9d4a7d..be8c2c4d1df39bb2027dbc4b110a3fd55e731045 100644 (file)
@@ -8,7 +8,7 @@
 .\"
 .\" ----------------------------------------------------------------------------
 .\"
-.\" Copyright (c) 2017-2019 Loup Vaillant
+.\" Copyright (c) 2017-2021 Loup Vaillant
 .\" Copyright (c) 2018 Michael Savage
 .\" Copyright (c) 2017, 2019-2020 Fabio Scotoni
 .\" All rights reserved.
@@ -40,7 +40,7 @@
 .\"
 .\" ----------------------------------------------------------------------------
 .\"
-.\" Written in 2017-2020 by Loup Vaillant, Michael Savage and Fabio Scotoni
+.\" Written in 2017-2021 by Loup Vaillant, Michael Savage and Fabio Scotoni
 .\"
 .\" To the extent possible under law, the author(s) have dedicated all copyright
 .\" and related neighboring rights to this software to the public domain
@@ -50,7 +50,7 @@
 .\" with this software.  If not, see
 .\" <https://creativecommons.org/publicdomain/zero/1.0/>
 .\"
-.Dd March 31, 2020
+.Dd June 6, 2021
 .Dt INTRO 3MONOCYPHER
 .Os
 .Sh NAME
@@ -95,7 +95,7 @@ which can be used to hash passwords for storage and to derive keys
 from passwords.
 Argon2 won the password hashing competition in 2015.
 Unlike Scrypt, Argon2i is immune to timing attacks.
-.Ss Key exchange
+.Ss Key exchange (Public Key Cryptography)
 .Xr crypto_key_exchange 3monocypher
 implements X25519, an elliptic curve Diffie Hellman key exchange
 algorithm based on Curve25519.