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
Next Next commit
doc: standardize on pseudorandom in webcrypto docs
Our docs use both _pseudo-random_ and _pseudorandom_. Standardize on
_pseudorandom_.
  • Loading branch information
Trott committed Apr 11, 2021
commit 6e288c7c251e6f728d377911910dbf051d39a3cc
4 changes: 2 additions & 2 deletions doc/api/webcrypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ added: v15.0.0
* Type: {ArrayBuffer|TypedArray|DataView|Buffer}

The salt value significantly improves the strength of the HKDF algorithm.
It should be random or pseudo-random and should be the same length as the
It should be random or pseudorandom and should be the same length as the
output of the digest function (for instance, if using `'SHA-256'` as the
digest, the salt should be 256-bits of random data).

Expand Down Expand Up @@ -1327,7 +1327,7 @@ added: v15.0.0

* Type: {ArrayBuffer|TypedArray|DataView|Buffer}

Should be at least 16 random or pseudo-random bytes.
Should be at least 16 random or pseudorandom bytes.

### Class: `RsaHashedImportParams`
<!-- YAML
Expand Down