sodium-friends / sodium-native

Low level bindings for libsodium
MIT License
300 stars 64 forks source link

Incorrect name function crypto_sign_seed25519_keypair in documentation #155

Closed rafapaezbas closed 5 months ago

rafapaezbas commented 2 years ago

The name for sign keypair generation with seed seem to be outdated in documentation:

screenshot

The correct function name is sodium.crypto_sign_seed_keypair

mafintosh commented 5 months ago

PR welcome