steelcrypt/testvectors/sha2/byte
bg nerilex ea6bac4994 more SHA-2 + testvectors 2015-07-02 16:50:15 +02:00
..
Readme.txt more SHA-2 + testvectors 2015-07-02 16:50:15 +02:00
SHA1LongMsg.rsp more SHA-2 + testvectors 2015-07-02 16:50:15 +02:00
SHA1Monte.rsp more SHA-2 + testvectors 2015-07-02 16:50:15 +02:00
SHA1Monte.txt more SHA-2 + testvectors 2015-07-02 16:50:15 +02:00
SHA1ShortMsg.rsp more SHA-2 + testvectors 2015-07-02 16:50:15 +02:00
SHA224LongMsg.rsp more SHA-2 + testvectors 2015-07-02 16:50:15 +02:00
SHA224Monte.rsp more SHA-2 + testvectors 2015-07-02 16:50:15 +02:00
SHA224Monte.txt more SHA-2 + testvectors 2015-07-02 16:50:15 +02:00
SHA224ShortMsg.rsp more SHA-2 + testvectors 2015-07-02 16:50:15 +02:00
SHA256LongMsg.rsp more SHA-2 + testvectors 2015-07-02 16:50:15 +02:00
SHA256Monte.rsp more SHA-2 + testvectors 2015-07-02 16:50:15 +02:00
SHA256Monte.txt more SHA-2 + testvectors 2015-07-02 16:50:15 +02:00
SHA256ShortMsg.rsp more SHA-2 + testvectors 2015-07-02 16:50:15 +02:00
SHA384LongMsg.rsp more SHA-2 + testvectors 2015-07-02 16:50:15 +02:00
SHA384Monte.rsp more SHA-2 + testvectors 2015-07-02 16:50:15 +02:00
SHA384Monte.txt more SHA-2 + testvectors 2015-07-02 16:50:15 +02:00
SHA384ShortMsg.rsp more SHA-2 + testvectors 2015-07-02 16:50:15 +02:00
SHA512LongMsg.rsp more SHA-2 + testvectors 2015-07-02 16:50:15 +02:00
SHA512Monte.rsp more SHA-2 + testvectors 2015-07-02 16:50:15 +02:00
SHA512Monte.txt more SHA-2 + testvectors 2015-07-02 16:50:15 +02:00
SHA512ShortMsg.rsp more SHA-2 + testvectors 2015-07-02 16:50:15 +02:00

Readme.txt

There are two sets of SHA example files:

1. The response (.rsp) files contain properly formatted CAVS response files.

2. The intermediate value (.txt) files for the Monte Carlo tests contain
   values for the inner loop as shown in the pseudocode in Figure 1 on page 9
   of the SHA Validation System.  The inner loop variable 'i' ranges in value
   from 3 to 1002.  The intermediate values for the first five iterations of
   the inner loop therefore correspond to 'i' values of 3 to 7. The message (M)
   and the message digest (MDi) for each of these i are printed out, indented
   by one tab space.  The final message digest (MD), not indented, is the last
   value printed for each count.

   
The SHA Validation System document can be found at:

http://csrc.nist.gov/groups/STM/cavp/documents/shs/SHAVS.pdf.