Skip to content

Production ready? #30

Answered by aidantwoods
koufopoulosf asked this question in Q&A
Discussion options

You must be logged in to vote

Hey! 👋

  1. Yes, it's production ready. I haven't had any reports of library issues manifesting in production, nor experienced any myself.
  2. There are some constructor methods you could use if you want to generate keypairs with the library (create a new secret key, and the public one can be exported from it). Alternatively, you can generate a seed using 32 bytes from a CSPRNG and use that to construct the secret key. Or you can generate a Ed25519 keypair using a method of your choosing, obtain the byte or hex representations of the secret and public keys to be imported.
    Note that depending on your use case, you may want to use domain separation between keys which will be used for different purp…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by aidantwoods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #29 on April 01, 2023 09:32.