mirror of https://github.com/ipxe/ipxe.git
[test] Add big integer self-tests
These test vectors are generated using Perl's Math::BigInt. Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/6/head
parent
071184a6e4
commit
4e53303c03
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 ( hmac_drbg_test );
|
||||
REQUIRE_OBJECT ( hash_df_test );
|
||||
REQUIRE_OBJECT ( bigint_test );
|
||||
|
|
Loading…
Reference in New Issue