mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[crypto] Add SHA-512 algorithm
This implementation has been verified using the NIST SHA-512 test vectors. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -49,6 +49,7 @@ REQUIRE_OBJECT ( crc32_test );
|
||||
REQUIRE_OBJECT ( md5_test );
|
||||
REQUIRE_OBJECT ( sha1_test );
|
||||
REQUIRE_OBJECT ( sha256_test );
|
||||
REQUIRE_OBJECT ( sha512_test );
|
||||
REQUIRE_OBJECT ( aes_cbc_test );
|
||||
REQUIRE_OBJECT ( hmac_drbg_test );
|
||||
REQUIRE_OBJECT ( hash_df_test );
|
||||
|
||||
Reference in New Issue
Block a user