cross_platform_crypto icon indicating copy to clipboard operation
cross_platform_crypto copied to clipboard

Getting the signature into P1363 from the JS crypto library

Open chris-drdmio opened this issue 1 year ago • 0 comments

Hi. This site is a godsend. I've been going quietly crazy trying to work out all the arcane conversions.

More of an ask than an issue: I generate the signature using var ec = new EdDSA('ed25519'); var publicKey = key.getPublic(); var signature = key.sign('my message');

Is there any chance of an update that would enable P1363 to take signature in the above directly?

chris-drdmio avatar May 16 '23 05:05 chris-drdmio