Skip to content

Commit ba659df

Browse files
tniessenaddaleax
andauthored
Update doc/api/crypto.md
Co-authored-by: Anna Henningsen <[email protected]>
1 parent b06a8e6 commit ba659df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/crypto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3961,7 +3961,7 @@ When passing strings to cryptographic APIs, consider the following factors.
39613961
sequence of length `n` is derived from a string, its entropy is generally
39623962
lower than the entropy of a random or pseudo-random `n` byte sequence.
39633963
For example, no UTF-8 string will result in the byte sequence `c0 af`. Secret
3964-
keys should almost exclusively be random or pseudo-random byte sequencs.
3964+
keys should almost exclusively be random or pseudo-random byte sequences.
39653965
* Similarly, when converting random or pseudo-random byte sequences to UTF-8
39663966
strings, subsequences that do not represent valid code points may be replaced
39673967
by the Unicode replacement character (`U+FFFD`). The byte representation of

0 commit comments

Comments
 (0)