FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: add NodeEdKeyGenParams to CryptoKey.algorithm by tniessen · Pull Request #42629 · nodejs/node · GitHub

/ node Public

doc: add NodeEdKeyGenParams to CryptoKey.algorithm - #42629

Merged
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
tniessen:doc-webcrypto-cryptokey-algorithm-nodeedkeygenparams
Apr 13, 2022
Merged

doc: add NodeEdKeyGenParams to CryptoKey.algorithm#42629
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
tniessen:doc-webcrypto-cryptokey-algorithm-nodeedkeygenparams

Conversation

tniessen commented Apr 6, 2022

Copy link
Copy Markdown
Member

Example of a CryptoKey whose algorithm is a NodeEdKeyGenParams object:

const { publicKey } = await crypto.webcrypto.subtle.generateKey({
  name: 'NODE-ED25519',
  namedCurve: 'NODE-ED25519'
}, true, ['sign']);
console.log(publicKey.algorithm);

tniessen requested a review from panva April 6, 2022 20:29
nodejs-github-bot added crypto Issues and PRs related to the crypto subsystem. doc Issues and PRs related to the documentations. labels Apr 6, 2022

panva left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

One more thing to rebase for in #42507 ;)

tniessen commented Apr 6, 2022

Copy link
Copy Markdown
Member Author

@panva Ah sorry, I didn't compare with #42507 before opening this.

tniessen added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Apr 6, 2022
tniessen added the commit-queue Add this label to land a pull request using GitHub Actions. label Apr 13, 2022
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Apr 13, 2022
nodejs-github-bot merged commit f825341 into nodejs:master Apr 13, 2022

Copy link
Copy Markdown
Collaborator

Landed in f825341

xtx1130 pushed a commit to xtx1130/node that referenced this pull request Apr 25, 2022
PR-URL: nodejs#42629
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
juanarbol pushed a commit that referenced this pull request May 31, 2022
PR-URL: #42629
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams pushed a commit that referenced this pull request Jun 27, 2022
PR-URL: #42629
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Jul 11, 2022
PR-URL: #42629
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Jul 31, 2022
PR-URL: #42629
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
guangwong pushed a commit to noslate-project/node that referenced this pull request Oct 10, 2022
PR-URL: nodejs/node#42629
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. crypto Issues and PRs related to the crypto subsystem. doc Issues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL