[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
A.3.2 Hash Algorithm Tests
The following hash algorithm tests are run in addition to the power-up tests:
- SHA-1
- SHA-224
- SHA-256
- A known answer test using a 56 byte string is run.
- A known answer test using a string of one million letters "a" is run.
(
cipher/sha1.c:selftests_sha1
,cipher/sha256.c:selftests_sha224
,cipher/sha256.c:selftests_sha256
)- SHA-384
- SHA-512
- A known answer test using a 112 byte string is run.
- A known answer test using a string of one million letters "a" is run.
(
cipher/sha512.c:selftests_sha384
,cipher/sha512.c:selftests_sha512
)
This document was generated on February 9, 2014 using texi2html 5.0.