xref: /illumos-gate/usr/src/test/crypto-tests/tests/digest/data/README (revision 006a630c5c37082d949b36c96b2f405c3551e43e)
1These files are comprised of the NIST Test Vectors.
2
3The SHA* vectors are taken directly from:
4https://csrc.nist.gov/Projects/Cryptographic-Algorithm-Validation-Program/Secure-Hashing
5
6The MD5 vectors are taken from:
7https://s3.amazonaws.com/docs.nsrl.nist.gov/legacy/NSRLvectors.zip
8
9Given that the initial format of the MD5 vectors is different than the SHA data,
10the included convert.awk script was used to transform them into so the same
11parser could be used for all the data.
12