xref: /illumos-gate/usr/src/test/crypto-tests/tests/digest/data/README (revision b30d193948be5a7794d7ae3ba0ed9c2f72c88e0f)
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