Skip to content

Commit

Permalink
Crypto appendix, remove comment about HMAC-SHA-1
Browse files Browse the repository at this point in the history
  • Loading branch information
randomstuff committed Feb 1, 2025
1 parent 9f47d16 commit 274c39e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions 5.0/en/0x97-Appendix-V_Cryptography.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,6 @@ The following MAC algorithms are approved for use in securing messages by provid
| KMAC256 | [NIST SP 800-185](https://csrc.nist.gov/pubs/sp/800/185/final) |||||
| BLAKE3 | [BLAKE3 one function, fast everywhere](https://github.com/BLAKE3-team/BLAKE3-specs/raw/master/blake3.pdf) |||||

Note that while SHA-1 should not be used in general, the usage of HMAC-SHA-1 is currently not considered to be problematic
([NIST SP 800-57](https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-57pt1r5.pdf)).

### Disallowed MAC Algorithms

The following algorithms are explicitly banned and MUST NOT be used due to known vulnerabilities or insufficient security strength:
Expand Down

0 comments on commit 274c39e

Please sign in to comment.