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
have you considered using ed25519 signatures instead of DSA? this would have the significant advantage of smaller public keys (32 bytes) and signatures (64 bytes)
I also have a library here https://github.com/dominictarr/chloride that wraps the various bindings and polyfils and so it works the same in node and in the browser.
The text was updated successfully, but these errors were encountered:
have you considered using ed25519 signatures instead of DSA? this would have the significant advantage of smaller public keys (32 bytes) and signatures (64 bytes)
I also have a library here https://github.com/dominictarr/chloride that wraps the various bindings and polyfils and so it works the same in node and in the browser.
The text was updated successfully, but these errors were encountered: