pc-dart icon indicating copy to clipboard operation
pc-dart copied to clipboard

Could you add Curve25519 sign algorithm?

Open raqeta opened this issue 2 years ago • 1 comments

I found this implementation by k-s-t-i. It's works with Dart earlier version. Or I can create pull request later. Thanks :) https://github.com/k-s-t-i/curve25519-dart

raqeta avatar Oct 28 '21 09:10 raqeta

Curve25519 is ECDH, not a signature algorithm.

You want Ed25519.

soatok avatar Nov 02 '21 13:11 soatok