Skip to content

Commit a152cd9

Browse files
author
Shigeki Ohtsu
committed
revise the doc according to jasnell's comments
1 parent 220a635 commit a152cd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/crypto.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -772,12 +772,12 @@ temporary measure.
772772

773773
The crypto module still supports some algorithms which are already
774774
compromised. And the API also allows to use ciphers and hashes with a
775-
small key size that are consider to be weak for a safe use.
775+
small key size that are considered to be too weak for safe use.
776776

777777
Users should take full responsibility for selecting the crypto
778-
algorithm and its key size according to their security requirements.
778+
algorithm and key size according to their security requirements.
779779

780-
The following descriptions only show some of recommendations to use
780+
The following descriptions only show some recommendations to use
781781
crypto module. See [NIST SP 800-131A] for details.
782782

783783
- MD5 and SHA-1 are no longer acceptable where collision resistance is

0 commit comments

Comments
 (0)