You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is already a binding (newKeypair) for crypto_sign_keypair which generates a keypair from random bytes; however, there is no binding for crypto_sign_seed_keypair which generates a keypair from a seed the caller provides.
There is already a binding (
newKeypair) forcrypto_sign_keypairwhich generates a keypair from random bytes; however, there is no binding forcrypto_sign_seed_keypairwhich generates a keypair from a seed the caller provides.