Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to convert a DER-formatted signature back to a Signature object? #303

Open
fauxbytes opened this issue Mar 11, 2023 · 1 comment
Open

Comments

@fauxbytes
Copy link

Given:

let sig = ecKey.sign(msg);
let sigDerHex = sig.toDER('hex');

Is there a way to rehydrate sigDerHex back to a Signature Object?

Many thanks!

@no-longer-human
Copy link

Project looks dead. The Signature constructor is capable of performing the conversion, but this has not been exposed for some reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants