]> git.codecow.com Git - Monocypher.git/commit
Clarify function argument to crypto_x25519
authorCuleX <cculex@gmail.com>
Thu, 7 Sep 2017 04:52:11 +0000 (06:52 +0200)
committerCuleX <cculex@gmail.com>
Sat, 9 Sep 2017 04:59:07 +0000 (06:59 +0200)
commit5200e8c85c09c36a09b63b4332d37503a143e4b9
tree7c9f86f489ef14c51c4901b29ed1efbc3496d9cd
parent4148ebf1f17c07d523b351f15aa1fe81cee2b523
Clarify function argument to crypto_x25519

1. Change param "shared_secret" in crypto_x25519 to "raw_shared_secret"
   to aid quick identification of the difference between it and
   crypto_key_exchange; the "key" vs. "secret" gets lost easily because
   of the shared prefix "shared_".
   This change was traced everywhere in the source code where the old
   name was used as well as the man page.
2. Fix not having punctuation as a separate word in man page macro.
man/3monocypher/crypto_key_exchange.3monocypher
src/monocypher.c
src/monocypher.h