david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[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:
Michael Brown 2012-03-13 16:44:59 +00:00
parent 071184a6e4
commit 4e53303c03
2 changed files with 2430 additions and 0 deletions

2429
src/tests/bigint_test.c Normal file

File diff suppressed because it is too large Load Diff

View File

@ -33,3 +33,4 @@ REQUIRE_OBJECT ( sha256_test );
REQUIRE_OBJECT ( aes_cbc_test );
REQUIRE_OBJECT ( hmac_drbg_test );
REQUIRE_OBJECT ( hash_df_test );
REQUIRE_OBJECT ( bigint_test );