Skip to content

Commit

Permalink
MDx_HashFunction to MerkleDamgard_Hash
Browse files Browse the repository at this point in the history
  • Loading branch information
FAlbertDev committed Oct 9, 2023
1 parent d2c22ab commit ebceb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cryptodoc/src/01_hash.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Note that SHA-1 is not recommended to be used any longer.

SHA-1 and SHA-2 hash functions rely on the Merkle-Damgard construction.
The general functionality of this construction is implemented in class
``MDx_HashFunction`` (located in :srcref:`src/lib/hash/mdx_hash/mdx_hash.cpp`).
``MerkleDamgard_Hash`` (located in :srcref:`src/lib/hash/mdx_hash/mdx_hash.h`).
This class handles splitting data into appropriate blocks and invocation
of hash compression methods.

Expand Down

0 comments on commit ebceb8e

Please sign in to comment.