pyca / pynacl

Python binding to the Networking and Cryptography (NaCl) library
https://pynacl.readthedocs.io/
Apache License 2.0
1.05k stars 231 forks source link

Fix documentation of crypto_sign_ed25519ph_final_create #766

Closed KloolK closed 2 years ago

KloolK commented 2 years ago

The description said that sk is the secret part only, where actually the full secret (secret part + public part) is expected.

I'm a little unsure about the correct terminology however. Feel free to adapt :)

reaperhulk commented 2 years ago

Thanks!