From faba856bdf7f4f8d891e9fcf97aef82a3a007bb9 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sun, 6 Jun 2021 23:47:11 +0200 Subject: [PATCH] Advertise public key cryptography in the manual 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 | 8 ++++---- doc/man/man3/crypto_key_exchange.3monocypher | 8 ++++---- doc/man/man3/intro.3monocypher | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/man/man3/advanced/crypto_x25519.3monocypher b/doc/man/man3/advanced/crypto_x25519.3monocypher index ef18a9b..9520bc8 100644 --- a/doc/man/man3/advanced/crypto_x25519.3monocypher +++ b/doc/man/man3/advanced/crypto_x25519.3monocypher @@ -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 @@ -52,13 +52,13 @@ .\" with this software. If not, see .\" .\" -.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 diff --git a/doc/man/man3/crypto_key_exchange.3monocypher b/doc/man/man3/crypto_key_exchange.3monocypher index 96bdc8d..b0ce22f 100644 --- a/doc/man/man3/crypto_key_exchange.3monocypher +++ b/doc/man/man3/crypto_key_exchange.3monocypher @@ -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 @@ -52,13 +52,13 @@ .\" with this software. If not, see .\" .\" -.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 diff --git a/doc/man/man3/intro.3monocypher b/doc/man/man3/intro.3monocypher index ccbd26a..be8c2c4 100644 --- a/doc/man/man3/intro.3monocypher +++ b/doc/man/man3/intro.3monocypher @@ -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 .\" .\" -.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. -- 2.47.3