Procházet zdrojové kódy

[test] Add big integer self-tests

These test vectors are generated using Perl's Math::BigInt.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown před 12 roky
rodič
revize
4e53303c03
2 změnil soubory, kde provedl 2430 přidání a 0 odebrání
  1. 2429
    0
      src/tests/bigint_test.c
  2. 1
    0
      src/tests/tests.c

+ 2429
- 0
src/tests/bigint_test.c
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 0
src/tests/tests.c Zobrazit soubor

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

Načítá se…
Zrušit
Uložit