Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! crypto: add RSA-PSS params to asymmetricKeyDetails
  • Loading branch information
panva committed Aug 29, 2021
commit 63bd37abc4cb164a4b53c72af43601090e18c930
4 changes: 2 additions & 2 deletions doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -1916,8 +1916,8 @@ changes:
-->

* {Object}
* `modulusLength`: {number} Key size in bits (RSA, RSA-PSS, DSA).
* `publicExponent`: {bigint} Public exponent (RSA, RSA-PSS).
* `modulusLength`: {number} Key size in bits (RSA, DSA).
* `publicExponent`: {bigint} Public exponent (RSA).
* `hashAlgorithm`: {string} Name of the message digest (RSA-PSS).
* `mgf1HashAlgorithm`: {string} Name of the message digest used by
MGF1 (RSA-PSS).
Expand Down