LoupVaillant / Monocypher

An easy to use, easy to deploy crypto library
https://monocypher.org
Other
594 stars 79 forks source link

doc: Compute secret/public key in some examples #211

Closed fscoto closed 3 years ago

fscoto commented 3 years ago

crypto_sign_init_first_pass(3monocypher) gets two initializations of sk and pk. They're long-lived keys, but at least now it's possible to run the example without wondering why nothing works.