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?