[test] Add self-tests for SHA-256 algorithm

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2012-03-05 00:20:30 +00:00
parent 657ab17338
commit bbdf17c3e8
2 changed files with 102 additions and 0 deletions

View File

@@ -28,5 +28,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
REQUIRE_OBJECT ( list_test );
REQUIRE_OBJECT ( byteswap_test );
REQUIRE_OBJECT ( sha1_test );
REQUIRE_OBJECT ( sha256_test );
REQUIRE_OBJECT ( hmac_drbg_test );
REQUIRE_OBJECT ( hash_df_test );