|
6 | 6 |
|
7 | 7 | (test
|
8 | 8 | (name test_symmetric_runner)
|
9 |
| - (modes native) |
10 | 9 | (libraries test_common mirage-crypto ounit2)
|
11 | 10 | (package mirage-crypto)
|
12 | 11 | (modules test_base test_cipher test_symmetric_runner))
|
13 | 12 |
|
14 | 13 | (test
|
15 | 14 | (name test_random_runner)
|
16 |
| - (modes native) |
17 | 15 | (libraries test_common mirage-crypto mirage-crypto-rng mirage-crypto-rng.unix
|
18 | 16 | randomconv ounit2)
|
19 | 17 | (package mirage-crypto-rng)
|
20 | 18 | (modules test_random_runner))
|
21 | 19 |
|
22 | 20 | (test
|
23 | 21 | (name test_pk_runner)
|
24 |
| - (modes native) |
25 | 22 | (libraries test_common mirage-crypto-pk mirage-crypto-rng.unix randomconv
|
26 | 23 | ounit2)
|
27 | 24 | (package mirage-crypto-pk)
|
28 | 25 | (modules test_numeric test_dh test_dsa test_rsa test_pk_runner))
|
29 | 26 |
|
30 | 27 | (test
|
31 | 28 | (name test_entropy_collection)
|
32 |
| - (modes native) |
33 | 29 | (modules test_entropy_collection)
|
34 | 30 | (package mirage-crypto-rng-mirage)
|
35 | 31 | (libraries mirage-crypto-rng-mirage mirage-unix mirage-time-unix
|
36 | 32 | mirage-clock-unix duration ohex))
|
37 | 33 |
|
38 | 34 | (test
|
39 | 35 | (name test_entropy_collection_async)
|
40 |
| - (modes native) |
41 | 36 | (modules test_entropy_collection_async)
|
42 | 37 | (package mirage-crypto-rng-async)
|
43 | 38 | (libraries mirage-crypto-rng-async ohex))
|
44 | 39 |
|
45 | 40 | (test
|
46 | 41 | (name test_entropy)
|
47 |
| - (modes native) |
48 | 42 | (modules test_entropy)
|
49 | 43 | (package mirage-crypto-rng)
|
50 | 44 | (libraries mirage-crypto-rng ohex))
|
51 | 45 |
|
52 | 46 | (test
|
53 | 47 | (name test_ec)
|
54 |
| - (modes native) |
55 | 48 | (modules test_ec)
|
56 | 49 | (libraries test_common alcotest mirage-crypto-ec mirage-crypto-rng.unix)
|
57 | 50 | (package mirage-crypto-ec))
|
58 | 51 |
|
59 | 52 | (test
|
60 | 53 | (name test_ec_wycheproof)
|
61 |
| - (modes native) |
62 | 54 | (modules test_ec_wycheproof)
|
63 | 55 | (deps ecdh_secp256r1_test.json ecdsa_secp256r1_sha256_test.json
|
64 | 56 | ecdsa_secp256r1_sha512_test.json ecdh_secp384r1_test.json
|
|
70 | 62 |
|
71 | 63 | (tests
|
72 | 64 | (names test_eio_rng test_eio_entropy_collection)
|
73 |
| - (modes native) |
74 | 65 | (modules test_eio_rng test_eio_entropy_collection)
|
75 | 66 | (libraries mirage-crypto-rng-eio duration eio_main ohex)
|
76 | 67 | (package mirage-crypto-rng-eio))
|
77 | 68 |
|
78 | 69 | (tests
|
79 | 70 | (names test_miou_rng test_miou_entropy_collection)
|
80 |
| - (modes native) |
81 | 71 | (modules test_miou_rng test_miou_entropy_collection)
|
82 | 72 | (libraries mirage-crypto-rng-miou-unix duration ohex)
|
83 | 73 | (package mirage-crypto-rng-miou-unix))
|
0 commit comments