]> git.codecow.com Git - Monocypher.git/commit
Improve the crypto_sign man page
authorCuleX <cculex@gmail.com>
Sat, 9 Sep 2017 11:09:46 +0000 (13:09 +0200)
committerCuleX <cculex@gmail.com>
Sat, 9 Sep 2017 11:23:44 +0000 (13:23 +0200)
commit0e8f0208a758564500170a68ab3f60f8ae010e2d
tree0709fe977deaff89c44b1fa601033f9d6be5c8c5
parent11a5c8fd5bf187540d8e8b0e28550d0f0b0bd203
Improve the crypto_sign man page

1. Reorder the arguments so that crypto_sign_public_key() comes directly
   after crypto_sign().  This harmonizes the order of the public key
   generation functions with crypto_key_exchange(3monocypher).
2. Move implementation details and complaints about SHA-512 to the
   IMPLEMENTATION DETAILS section.
3. Note that there is no incremental interface available in the
   DESCRIPTION and explain it in the IMPLEMENTATION DETAILS section.
4. Add an example for key generation.  Key generation using straight
   random bytes may come as a surprise to people not used working with
   Curve25519.
man/3monocypher/crypto_sign.3monocypher