]> git.codecow.com Git - Monocypher.git/commitdiff
Remove remaining pieces of kex documentation
authorFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Mon, 21 Oct 2019 17:49:38 +0000 (19:49 +0200)
committerFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Mon, 21 Oct 2019 17:49:38 +0000 (19:49 +0200)
Related to git commits 6163d8195a3acf2e143d20843a602fd5fb7671d5 and
56b81ae4ec987ba39a2f0ec8b434a4f8efddfef9.

AUTHORS.md
doc/man/man3/intro.3monocypher

index e186776fabdf3479bff4ce2bc708e3e82a2f8c5b..96b4dea259eedbb949c593a559168ac0f4125455 100644 (file)
@@ -35,8 +35,7 @@ Loup Vaillant, Fabio Scotoni, and Michael Savage.
 
 - Loup Vaillant did a first draft.
 - Fabio Scotoni rewrote the manual into proper man pages (and
-  substantially changed it in the process), and wrote the
-  `crypto_kex*()` pages from scratch.
+  substantially changed it in the process).
 - Michael Savage did extensive editing and proofreading.
 
 Thanks
index 6237a3147ab2d14099e39067382c535b44180f73..24aef40aa38fd47d4570040cfef222669f27ed61 100644 (file)
@@ -78,8 +78,6 @@ the chances of leaks.
 .Xr crypto_check_final 3monocypher ,
 .Xr crypto_check_init 3monocypher ,
 .Xr crypto_check_update 3monocypher ,
-.Xr crypto_kex_xk1_init_client 3monocypher ,
-.Xr crypto_kex_x_init_client 3monocypher ,
 .Xr crypto_key_exchange 3monocypher ,
 .Xr crypto_lock 3monocypher ,
 .Xr crypto_lock_aead 3monocypher ,
@@ -200,12 +198,6 @@ To mitigate this problem, some protocols guarantee that past messages
 are not compromised even if the long term keys are.
 This is done by generating temporary keys, then encrypting messages
 using them.
-Monocypher provides the
-.Xr crypto_kex_xk1_init_client 3monocypher
-and
-.Xr crypto_kex_x_init_client 3monocypher
-families of functions,
-which provide forward secrecy.
 .Pp
 In general, secrets that went through a computer should not be
 compromised when this computer is stolen or infected at a later point.