这是indexloc提供的服务,不要输入任何密码
Skip to content

Please also export "pack" function in nacl.lowlevel #214

@tetratorus

Description

@tetratorus

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions