mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
string: Add support for SHA-3 algorithms
This commit is contained in:
@@ -230,6 +230,14 @@ The supported ``<HASH>`` algorithm names are:
|
||||
US Secure Hash Algorithms, RFC 4634.
|
||||
``SHA512``
|
||||
US Secure Hash Algorithms, RFC 4634.
|
||||
``SHA3_224``
|
||||
Keccak SHA-3.
|
||||
``SHA3_256``
|
||||
Keccak SHA-3.
|
||||
``SHA3_384``
|
||||
Keccak SHA-3.
|
||||
``SHA3_512``
|
||||
Keccak SHA-3.
|
||||
|
||||
Generation
|
||||
^^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user