Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement nacl.sign.keyPair.fromSeed. #46

Merged
merged 2 commits into from
Aug 3, 2014
Merged

Implement nacl.sign.keyPair.fromSeed. #46

merged 2 commits into from
Aug 3, 2014

Commits on Aug 3, 2014

  1. Implement nacl.sign.keyPair.fromSeed.

    Allows deriving a new sign key pair deterministically from a 32-byte
    seed. Introduces a tiny change to the low-level crypto_sign_keypair():
    a new argument that indicates that sk already contains seed bytes;
    however crypto_sign_keypair() interface behaves exactly the same as
    before if this argument is not truthful (e.g. not set).
    
    Closes #37.
    dchest committed Aug 3, 2014
    Configuration menu
    Copy the full SHA
    6be01af View commit details
    Browse the repository at this point in the history
  2. Docs: clarify fromSecretKey.

    dchest committed Aug 3, 2014
    Configuration menu
    Copy the full SHA
    311508f View commit details
    Browse the repository at this point in the history