mirror of
https://github.com/ipxe/ipxe
synced 2025-12-10 21:41:09 +03:00
[test] Add big integer self-tests
These test vectors are generated using Perl's Math::BigInt. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
2429
src/tests/bigint_test.c
Normal file
2429
src/tests/bigint_test.c
Normal file
File diff suppressed because it is too large
Load Diff
@@ -33,3 +33,4 @@ REQUIRE_OBJECT ( sha256_test );
|
|||||||
REQUIRE_OBJECT ( aes_cbc_test );
|
REQUIRE_OBJECT ( aes_cbc_test );
|
||||||
REQUIRE_OBJECT ( hmac_drbg_test );
|
REQUIRE_OBJECT ( hmac_drbg_test );
|
||||||
REQUIRE_OBJECT ( hash_df_test );
|
REQUIRE_OBJECT ( hash_df_test );
|
||||||
|
REQUIRE_OBJECT ( bigint_test );
|
||||||
|
|||||||
Reference in New Issue
Block a user