Skip to content

Commit

Permalink
Fix source references
Browse files Browse the repository at this point in the history
  • Loading branch information
FAlbertDev committed Oct 24, 2024
1 parent 1615c60 commit 5a81ef3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/cryptodoc/src/05_07_slh_dsa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@ creation because all calls to the ``T`` and ``PRF`` functions use the public
seed as input. All underlying hash function members are instantiated in the
constructor according to Sections 11.1 and 11.2 of [FIPS-205]_. The specific
child classes for the SHA2 and SHAKE modules are given in
:srcref:`[src/lib/pubkey/sphincsplus]/sphincsplus_sha2/sp_hash_sha2.h` and
:srcref:`[src/lib/pubkey/sphincsplus]/sphincsplus_shake/sp_hash_shake.h`,
:srcref:`[src/lib/pubkey/sphincsplus/sphincsplus_common]/sphincsplus_sha2_base/sp_hash_sha2.h` and
:srcref:`[src/lib/pubkey/sphincsplus/sphincsplus_common]/sphincsplus_shake_base/sp_hash_shake.h`.

respectively.

The specification defines three tweaked hash functions that share similarities.
Expand Down

0 comments on commit 5a81ef3

Please sign in to comment.