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
Note: this library stores private keys in a different format than some other libraries, notably libsodium. They tend to store the concatenation of the seed and public_key as their private key representation. If you wish to be compatible with these libraries you must keep the seed around.
Can you expand on this? In Go, I'm generating a key pair, and using it for signing:
Can you expand on this? In Go, I'm generating a key pair, and using it for signing:
When I do something similar with the same key material and
ed25519_sign
, I get a different signature:I'm guessing this is related to the comment above, but I'm not quite sure?
The text was updated successfully, but these errors were encountered: