cross_platform_crypto
cross_platform_crypto copied to clipboard
Getting the signature into P1363 from the JS crypto library
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?