Coder Social home page Coder Social logo

Comments (9)

dchest avatar dchest commented on May 21, 2024

According to semver spec point 4:

Major version zero (0.y.z) is for initial development. Anything may change at any time. The public
API should not be considered stable.

So it will probably be v0.10.0 instead of v1.0.0, yay.

from tweetnacl-js.

devi avatar devi commented on May 21, 2024

Can we improve nacl.sign.keyPair.fromSecretKey ?

Current implementation is a bit confusing to me.
Since it doesn't generate keypair, does it mean extracting public key from secret key ?

May be we can have something like crypto_sign_seed_keypair from libsodium.

from tweetnacl-js.

dchest avatar dchest commented on May 21, 2024

@devi yes, it just extracts the public key, not generates it. I didn't name it "extract" because while in sign case we only copy it from the secret key, in nacl.box.keyPair.fromSecretKey we actually calculate it from the secret key using scalar multiplication.

Probably needs a better documentation rather than API change, but I'm open to new names.

from tweetnacl-js.

dchest avatar dchest commented on May 21, 2024

As for crypto_sign_seed_keypair: I need to think about it.

On one hand, there's currently no way to do what this function does without copying half of the library, on the other hand, it complicates code (and makes diff from tweenacl.c not so pretty) for an uncommon use case (which can also be dangerous if you're not careful with producing proper seeds, e.g. from passwords with weak derivation function).

from tweetnacl-js.

devi avatar devi commented on May 21, 2024

It won't be necessary to change names.
I'm just thinking, it would be nice if we could generate public key like nacl.box.keyPair.fromSecretKey did.

from tweetnacl-js.

devi avatar devi commented on May 21, 2024

Internet connection is killing me. Didn't saw your comment regarding crypto_sign_seed_keypair.
That's exactly what I'm thinking.

from tweetnacl-js.

dchest avatar dchest commented on May 21, 2024

@devi opened a new issue #37 for it.

from tweetnacl-js.

dchest avatar dchest commented on May 21, 2024

PR #40 will be used for further discussions (if any), so closing this now.

from tweetnacl-js.

dchest avatar dchest commented on May 21, 2024

Merged.

from tweetnacl-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.