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
in some instances, we may want to import 32 byte partial private keys
this requires using a custom modified version of crypto_sign_keypair, which uses the pack function, and the pack function isn't exported. reimplementing using nacl.lowlevel primitives is troublesome.
would be great if every function was exported in nacl.lowlevel IMHO, since the purpose of lowlevel is to expose the internal methods so that implementers can reuse them for custom requirements