• Home
Name Date Size #Lines LOC

..--

Readme.txtD03-May-2024831 1712

SHA224LongMsg.rspD03-May-2024415.7 KiB264197

SHA224Monte.rspD03-May-20247.8 KiB310206

SHA224Monte.txtD03-May-2024129.6 KiB2,2101,706

SHA224ShortMsg.rspD03-May-20249.6 KiB268200

SHA256LongMsg.rspD03-May-2024416.2 KiB264197

SHA256Monte.rspD03-May-20248.5 KiB310206

SHA256Monte.txtD03-May-2024146 KiB2,2101,706

SHA256ShortMsg.rspD03-May-202410.1 KiB268200

SHA384LongMsg.rspD03-May-20241.6 MiB520389

SHA384Monte.rspD03-May-202411.7 KiB310206

SHA384Monte.txtD03-May-2024211.7 KiB2,2101,706

SHA384ShortMsg.rspD03-May-202431.9 KiB524392

SHA512LongMsg.rspD03-May-20241.6 MiB520389

SHA512Monte.rspD03-May-202414.9 KiB310206

SHA512Monte.txtD03-May-2024277.4 KiB2,2101,706

SHA512ShortMsg.rspD03-May-202435.9 KiB524392

SHA512_224LongMsg.rspD03-May-20241.6 MiB520389

SHA512_224Monte.rspD03-May-20247.8 KiB310206

SHA512_224Monte.txtD03-May-2024124.4 KiB2,2101,706

SHA512_224ShortMsg.rspD03-May-202426.9 KiB524392

SHA512_256LongMsg.rspD03-May-20241.6 MiB520389

SHA512_256Monte.rspD03-May-20248.6 KiB310206

SHA512_256Monte.txtD03-May-2024140.1 KiB2,2101,706

SHA512_256ShortMsg.rspD03-May-202427.9 KiB524392

Readme.txt

1There are two sets of SHA example files:
2
31. The response (.rsp) files contain properly formatted CAVS response files.
4
52. The intermediate value (.txt) files for the Monte Carlo tests contain
6   values for the inner loop as shown in the pseudocode in Figure 1 on page 9
7   of the SHA Validation System.  The inner loop variable 'i' ranges in value
8   from 3 to 1002.  The intermediate values for the first five iterations of
9   the inner loop therefore correspond to 'i' values of 3 to 7. The message (M)
10   and the message digest (MDi) for each of these i are printed out, indented
11   by one tab space.  The final message digest (MD), not indented, is the last
12   value printed for each count.
13
14
15The SHA Validation System document can be found at:
16
17http://csrc.nist.gov/groups/STM/cavp/documents/shs/SHAVS.pdf.