We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to also have a synchronous createSync() version of sign.create()
createSync()
sign.create()
In #47, @JesusMcCloud already suggested synchronous createSync() and verifySync() functions, but apparently only verifySync() was actually introduced.
verifySync()
Is there a good reason for that, or was createSync() simply forgotten?
The text was updated successfully, but these errors were encountered:
Odd… the original MR has the export added. see: e75fea3#diff-02346278010f5099e4be2cae18e3a443e44892be47996d75abf55602e0349b8bR62
Sorry, something went wrong.
It was a long time ago, but I think I ran into problems with large payloads and the sync cbor functions.
No branches or pull requests
I would like to also have a synchronous
createSync()
version ofsign.create()
In #47, @JesusMcCloud already suggested synchronous
createSync()
andverifySync()
functions, but apparently onlyverifySync()
was actually introduced.Is there a good reason for that, or was
createSync()
simply forgotten?The text was updated successfully, but these errors were encountered: