-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
feat(runtime): support SubtleCrypto#deriveBits
#839
Conversation
🦋 Changeset detectedLatest commit: 3c8904f The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@akitaSummer is attempting to deploy a commit to the Lagon Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR! #787 also includes deriveKeys
, would you like to implement it?
We should also update the crypto table documentation: https://github.com/lagonapp/lagon/blob/main/packages/docs/pages/runtime-apis.mdx#crypto
Finally, could you run pnpm changeset
at the root of the project to generate a changelog? See the documentation here
I only have time on weekends, and if time permits, I will add the deriveKeys method. But please do not wait for me too long. |
5d8f326
to
54cf49c
Compare
54cf49c
to
91935c4
Compare
91935c4
to
4390f07
Compare
Thanks! Let me know if you don't have the time, I'll implement it myself |
SubtleCrypto#deriveBits
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've updated a bit the code and added deriveBits
to the docs, thanks!
Hello, I am very interested in your project and I noticed that you need support for a deriveBits function. I have implemented a version here, would you like to see if it meets your requirements?
#787