From 1976ea3a58bd1331892ccf1e048ca83d6ba08e34 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Tue, 28 Jul 2020 15:55:39 +0200 Subject: [PATCH] Fixed tis.config (3) --- tests/gen-tis-config.sh | 2 +- tis.config | 2200 +++++++++++++++++++-------------------- 2 files changed, 1101 insertions(+), 1101 deletions(-) diff --git a/tests/gen-tis-config.sh b/tests/gen-tis-config.sh index f344254..876596d 100755 --- a/tests/gen-tis-config.sh +++ b/tests/gen-tis-config.sh @@ -139,7 +139,7 @@ do echo '{ "name" :' "\"$entry_point - $platform\"" >> $TIS_CONFIG echo ', "files" :' >> $TIS_CONFIG echo ' [ "src/monocypher.c"' >> $TIS_CONFIG - echo ' , "src/optional/monocypher-ed25519.c",' >> $TIS_CONFIG + echo ' , "src/optional/monocypher-ed25519.c"' >> $TIS_CONFIG echo ' , "tests/utils.c"' >> $TIS_CONFIG echo ' , "tests/test.c"' >> $TIS_CONFIG echo ' ]' >> $TIS_CONFIG diff --git a/tis.config b/tis.config index 82cadab..44cbfaf 100644 --- a/tis.config +++ b/tis.config @@ -3,7 +3,7 @@ { "name" : "v_chacha20 - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -14,7 +14,7 @@ { "name" : "v_chacha20 - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -25,7 +25,7 @@ { "name" : "v_chacha20 - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -36,7 +36,7 @@ { "name" : "v_chacha20 - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -47,7 +47,7 @@ { "name" : "v_chacha20 - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -58,7 +58,7 @@ { "name" : "v_chacha20 - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -69,7 +69,7 @@ { "name" : "v_chacha20 - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -80,7 +80,7 @@ { "name" : "v_chacha20 - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -91,7 +91,7 @@ { "name" : "v_chacha20 - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -102,7 +102,7 @@ { "name" : "v_chacha20 - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -113,7 +113,7 @@ { "name" : "v_chacha20 - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -124,7 +124,7 @@ { "name" : "v_chacha20 - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -135,7 +135,7 @@ { "name" : "v_chacha20 - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -146,7 +146,7 @@ { "name" : "v_chacha20 - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -157,7 +157,7 @@ { "name" : "v_chacha20 - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -168,7 +168,7 @@ { "name" : "v_chacha20 - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -179,7 +179,7 @@ { "name" : "v_chacha20 - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -190,7 +190,7 @@ { "name" : "v_chacha20 - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -201,7 +201,7 @@ { "name" : "v_chacha20 - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -212,7 +212,7 @@ { "name" : "v_chacha20 - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -223,7 +223,7 @@ { "name" : "v_ietf_chacha20 - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -234,7 +234,7 @@ { "name" : "v_ietf_chacha20 - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -245,7 +245,7 @@ { "name" : "v_ietf_chacha20 - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -256,7 +256,7 @@ { "name" : "v_ietf_chacha20 - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -267,7 +267,7 @@ { "name" : "v_ietf_chacha20 - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -278,7 +278,7 @@ { "name" : "v_ietf_chacha20 - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -289,7 +289,7 @@ { "name" : "v_ietf_chacha20 - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -300,7 +300,7 @@ { "name" : "v_ietf_chacha20 - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -311,7 +311,7 @@ { "name" : "v_ietf_chacha20 - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -322,7 +322,7 @@ { "name" : "v_ietf_chacha20 - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -333,7 +333,7 @@ { "name" : "v_ietf_chacha20 - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -344,7 +344,7 @@ { "name" : "v_ietf_chacha20 - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -355,7 +355,7 @@ { "name" : "v_ietf_chacha20 - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -366,7 +366,7 @@ { "name" : "v_ietf_chacha20 - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -377,7 +377,7 @@ { "name" : "v_ietf_chacha20 - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -388,7 +388,7 @@ { "name" : "v_ietf_chacha20 - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -399,7 +399,7 @@ { "name" : "v_ietf_chacha20 - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -410,7 +410,7 @@ { "name" : "v_ietf_chacha20 - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -421,7 +421,7 @@ { "name" : "v_ietf_chacha20 - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -432,7 +432,7 @@ { "name" : "v_ietf_chacha20 - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -443,7 +443,7 @@ { "name" : "v_hchacha20 - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -454,7 +454,7 @@ { "name" : "v_hchacha20 - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -465,7 +465,7 @@ { "name" : "v_hchacha20 - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -476,7 +476,7 @@ { "name" : "v_hchacha20 - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -487,7 +487,7 @@ { "name" : "v_hchacha20 - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -498,7 +498,7 @@ { "name" : "v_hchacha20 - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -509,7 +509,7 @@ { "name" : "v_hchacha20 - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -520,7 +520,7 @@ { "name" : "v_hchacha20 - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -531,7 +531,7 @@ { "name" : "v_hchacha20 - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -542,7 +542,7 @@ { "name" : "v_hchacha20 - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -553,7 +553,7 @@ { "name" : "v_hchacha20 - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -564,7 +564,7 @@ { "name" : "v_hchacha20 - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -575,7 +575,7 @@ { "name" : "v_hchacha20 - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -586,7 +586,7 @@ { "name" : "v_hchacha20 - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -597,7 +597,7 @@ { "name" : "v_hchacha20 - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -608,7 +608,7 @@ { "name" : "v_hchacha20 - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -619,7 +619,7 @@ { "name" : "v_hchacha20 - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -630,7 +630,7 @@ { "name" : "v_hchacha20 - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -641,7 +641,7 @@ { "name" : "v_hchacha20 - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -652,7 +652,7 @@ { "name" : "v_hchacha20 - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -663,7 +663,7 @@ { "name" : "v_xchacha20 - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -674,7 +674,7 @@ { "name" : "v_xchacha20 - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -685,7 +685,7 @@ { "name" : "v_xchacha20 - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -696,7 +696,7 @@ { "name" : "v_xchacha20 - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -707,7 +707,7 @@ { "name" : "v_xchacha20 - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -718,7 +718,7 @@ { "name" : "v_xchacha20 - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -729,7 +729,7 @@ { "name" : "v_xchacha20 - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -740,7 +740,7 @@ { "name" : "v_xchacha20 - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -751,7 +751,7 @@ { "name" : "v_xchacha20 - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -762,7 +762,7 @@ { "name" : "v_xchacha20 - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -773,7 +773,7 @@ { "name" : "v_xchacha20 - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -784,7 +784,7 @@ { "name" : "v_xchacha20 - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -795,7 +795,7 @@ { "name" : "v_xchacha20 - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -806,7 +806,7 @@ { "name" : "v_xchacha20 - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -817,7 +817,7 @@ { "name" : "v_xchacha20 - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -828,7 +828,7 @@ { "name" : "v_xchacha20 - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -839,7 +839,7 @@ { "name" : "v_xchacha20 - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -850,7 +850,7 @@ { "name" : "v_xchacha20 - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -861,7 +861,7 @@ { "name" : "v_xchacha20 - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -872,7 +872,7 @@ { "name" : "v_xchacha20 - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -883,7 +883,7 @@ { "name" : "v_poly1305 - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -894,7 +894,7 @@ { "name" : "v_poly1305 - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -905,7 +905,7 @@ { "name" : "v_poly1305 - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -916,7 +916,7 @@ { "name" : "v_poly1305 - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -927,7 +927,7 @@ { "name" : "v_poly1305 - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -938,7 +938,7 @@ { "name" : "v_poly1305 - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -949,7 +949,7 @@ { "name" : "v_poly1305 - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -960,7 +960,7 @@ { "name" : "v_poly1305 - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -971,7 +971,7 @@ { "name" : "v_poly1305 - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -982,7 +982,7 @@ { "name" : "v_poly1305 - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -993,7 +993,7 @@ { "name" : "v_poly1305 - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1004,7 +1004,7 @@ { "name" : "v_poly1305 - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1015,7 +1015,7 @@ { "name" : "v_poly1305 - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1026,7 +1026,7 @@ { "name" : "v_poly1305 - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1037,7 +1037,7 @@ { "name" : "v_poly1305 - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1048,7 +1048,7 @@ { "name" : "v_poly1305 - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1059,7 +1059,7 @@ { "name" : "v_poly1305 - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1070,7 +1070,7 @@ { "name" : "v_poly1305 - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1081,7 +1081,7 @@ { "name" : "v_poly1305 - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1092,7 +1092,7 @@ { "name" : "v_poly1305 - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1103,7 +1103,7 @@ { "name" : "v_aead_ietf - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1114,7 +1114,7 @@ { "name" : "v_aead_ietf - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1125,7 +1125,7 @@ { "name" : "v_aead_ietf - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1136,7 +1136,7 @@ { "name" : "v_aead_ietf - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1147,7 +1147,7 @@ { "name" : "v_aead_ietf - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1158,7 +1158,7 @@ { "name" : "v_aead_ietf - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1169,7 +1169,7 @@ { "name" : "v_aead_ietf - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1180,7 +1180,7 @@ { "name" : "v_aead_ietf - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1191,7 +1191,7 @@ { "name" : "v_aead_ietf - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1202,7 +1202,7 @@ { "name" : "v_aead_ietf - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1213,7 +1213,7 @@ { "name" : "v_aead_ietf - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1224,7 +1224,7 @@ { "name" : "v_aead_ietf - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1235,7 +1235,7 @@ { "name" : "v_aead_ietf - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1246,7 +1246,7 @@ { "name" : "v_aead_ietf - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1257,7 +1257,7 @@ { "name" : "v_aead_ietf - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1268,7 +1268,7 @@ { "name" : "v_aead_ietf - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1279,7 +1279,7 @@ { "name" : "v_aead_ietf - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1290,7 +1290,7 @@ { "name" : "v_aead_ietf - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1301,7 +1301,7 @@ { "name" : "v_aead_ietf - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1312,7 +1312,7 @@ { "name" : "v_aead_ietf - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1323,7 +1323,7 @@ { "name" : "v_blake2b - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1334,7 +1334,7 @@ { "name" : "v_blake2b - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1345,7 +1345,7 @@ { "name" : "v_blake2b - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1356,7 +1356,7 @@ { "name" : "v_blake2b - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1367,7 +1367,7 @@ { "name" : "v_blake2b - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1378,7 +1378,7 @@ { "name" : "v_blake2b - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1389,7 +1389,7 @@ { "name" : "v_blake2b - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1400,7 +1400,7 @@ { "name" : "v_blake2b - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1411,7 +1411,7 @@ { "name" : "v_blake2b - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1422,7 +1422,7 @@ { "name" : "v_blake2b - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1433,7 +1433,7 @@ { "name" : "v_blake2b - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1444,7 +1444,7 @@ { "name" : "v_blake2b - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1455,7 +1455,7 @@ { "name" : "v_blake2b - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1466,7 +1466,7 @@ { "name" : "v_blake2b - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1477,7 +1477,7 @@ { "name" : "v_blake2b - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1488,7 +1488,7 @@ { "name" : "v_blake2b - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1499,7 +1499,7 @@ { "name" : "v_blake2b - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1510,7 +1510,7 @@ { "name" : "v_blake2b - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1521,7 +1521,7 @@ { "name" : "v_blake2b - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1532,7 +1532,7 @@ { "name" : "v_blake2b - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1543,7 +1543,7 @@ { "name" : "v_sha512 - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1554,7 +1554,7 @@ { "name" : "v_sha512 - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1565,7 +1565,7 @@ { "name" : "v_sha512 - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1576,7 +1576,7 @@ { "name" : "v_sha512 - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1587,7 +1587,7 @@ { "name" : "v_sha512 - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1598,7 +1598,7 @@ { "name" : "v_sha512 - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1609,7 +1609,7 @@ { "name" : "v_sha512 - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1620,7 +1620,7 @@ { "name" : "v_sha512 - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1631,7 +1631,7 @@ { "name" : "v_sha512 - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1642,7 +1642,7 @@ { "name" : "v_sha512 - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1653,7 +1653,7 @@ { "name" : "v_sha512 - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1664,7 +1664,7 @@ { "name" : "v_sha512 - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1675,7 +1675,7 @@ { "name" : "v_sha512 - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1686,7 +1686,7 @@ { "name" : "v_sha512 - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1697,7 +1697,7 @@ { "name" : "v_sha512 - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1708,7 +1708,7 @@ { "name" : "v_sha512 - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1719,7 +1719,7 @@ { "name" : "v_sha512 - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1730,7 +1730,7 @@ { "name" : "v_sha512 - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1741,7 +1741,7 @@ { "name" : "v_sha512 - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1752,7 +1752,7 @@ { "name" : "v_sha512 - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1763,7 +1763,7 @@ { "name" : "v_hmac_sha512 - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1774,7 +1774,7 @@ { "name" : "v_hmac_sha512 - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1785,7 +1785,7 @@ { "name" : "v_hmac_sha512 - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1796,7 +1796,7 @@ { "name" : "v_hmac_sha512 - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1807,7 +1807,7 @@ { "name" : "v_hmac_sha512 - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1818,7 +1818,7 @@ { "name" : "v_hmac_sha512 - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1829,7 +1829,7 @@ { "name" : "v_hmac_sha512 - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1840,7 +1840,7 @@ { "name" : "v_hmac_sha512 - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1851,7 +1851,7 @@ { "name" : "v_hmac_sha512 - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1862,7 +1862,7 @@ { "name" : "v_hmac_sha512 - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1873,7 +1873,7 @@ { "name" : "v_hmac_sha512 - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1884,7 +1884,7 @@ { "name" : "v_hmac_sha512 - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1895,7 +1895,7 @@ { "name" : "v_hmac_sha512 - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1906,7 +1906,7 @@ { "name" : "v_hmac_sha512 - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1917,7 +1917,7 @@ { "name" : "v_hmac_sha512 - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1928,7 +1928,7 @@ { "name" : "v_hmac_sha512 - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1939,7 +1939,7 @@ { "name" : "v_hmac_sha512 - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1950,7 +1950,7 @@ { "name" : "v_hmac_sha512 - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1961,7 +1961,7 @@ { "name" : "v_hmac_sha512 - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1972,7 +1972,7 @@ { "name" : "v_hmac_sha512 - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1983,7 +1983,7 @@ { "name" : "v_argon2i - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -1994,7 +1994,7 @@ { "name" : "v_argon2i - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2005,7 +2005,7 @@ { "name" : "v_argon2i - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2016,7 +2016,7 @@ { "name" : "v_argon2i - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2027,7 +2027,7 @@ { "name" : "v_argon2i - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2038,7 +2038,7 @@ { "name" : "v_argon2i - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2049,7 +2049,7 @@ { "name" : "v_argon2i - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2060,7 +2060,7 @@ { "name" : "v_argon2i - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2071,7 +2071,7 @@ { "name" : "v_argon2i - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2082,7 +2082,7 @@ { "name" : "v_argon2i - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2093,7 +2093,7 @@ { "name" : "v_argon2i - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2104,7 +2104,7 @@ { "name" : "v_argon2i - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2115,7 +2115,7 @@ { "name" : "v_argon2i - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2126,7 +2126,7 @@ { "name" : "v_argon2i - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2137,7 +2137,7 @@ { "name" : "v_argon2i - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2148,7 +2148,7 @@ { "name" : "v_argon2i - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2159,7 +2159,7 @@ { "name" : "v_argon2i - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2170,7 +2170,7 @@ { "name" : "v_argon2i - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2181,7 +2181,7 @@ { "name" : "v_argon2i - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2192,7 +2192,7 @@ { "name" : "v_argon2i - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2203,7 +2203,7 @@ { "name" : "v_x25519 - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2214,7 +2214,7 @@ { "name" : "v_x25519 - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2225,7 +2225,7 @@ { "name" : "v_x25519 - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2236,7 +2236,7 @@ { "name" : "v_x25519 - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2247,7 +2247,7 @@ { "name" : "v_x25519 - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2258,7 +2258,7 @@ { "name" : "v_x25519 - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2269,7 +2269,7 @@ { "name" : "v_x25519 - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2280,7 +2280,7 @@ { "name" : "v_x25519 - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2291,7 +2291,7 @@ { "name" : "v_x25519 - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2302,7 +2302,7 @@ { "name" : "v_x25519 - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2313,7 +2313,7 @@ { "name" : "v_x25519 - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2324,7 +2324,7 @@ { "name" : "v_x25519 - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2335,7 +2335,7 @@ { "name" : "v_x25519 - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2346,7 +2346,7 @@ { "name" : "v_x25519 - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2357,7 +2357,7 @@ { "name" : "v_x25519 - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2368,7 +2368,7 @@ { "name" : "v_x25519 - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2379,7 +2379,7 @@ { "name" : "v_x25519 - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2390,7 +2390,7 @@ { "name" : "v_x25519 - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2401,7 +2401,7 @@ { "name" : "v_x25519 - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2412,7 +2412,7 @@ { "name" : "v_x25519 - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2423,7 +2423,7 @@ { "name" : "v_x25519_pk - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2434,7 +2434,7 @@ { "name" : "v_x25519_pk - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2445,7 +2445,7 @@ { "name" : "v_x25519_pk - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2456,7 +2456,7 @@ { "name" : "v_x25519_pk - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2467,7 +2467,7 @@ { "name" : "v_x25519_pk - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2478,7 +2478,7 @@ { "name" : "v_x25519_pk - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2489,7 +2489,7 @@ { "name" : "v_x25519_pk - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2500,7 +2500,7 @@ { "name" : "v_x25519_pk - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2511,7 +2511,7 @@ { "name" : "v_x25519_pk - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2522,7 +2522,7 @@ { "name" : "v_x25519_pk - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2533,7 +2533,7 @@ { "name" : "v_x25519_pk - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2544,7 +2544,7 @@ { "name" : "v_x25519_pk - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2555,7 +2555,7 @@ { "name" : "v_x25519_pk - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2566,7 +2566,7 @@ { "name" : "v_x25519_pk - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2577,7 +2577,7 @@ { "name" : "v_x25519_pk - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2588,7 +2588,7 @@ { "name" : "v_x25519_pk - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2599,7 +2599,7 @@ { "name" : "v_x25519_pk - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2610,7 +2610,7 @@ { "name" : "v_x25519_pk - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2621,7 +2621,7 @@ { "name" : "v_x25519_pk - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2632,7 +2632,7 @@ { "name" : "v_x25519_pk - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2643,7 +2643,7 @@ { "name" : "v_key_exchange - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2654,7 +2654,7 @@ { "name" : "v_key_exchange - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2665,7 +2665,7 @@ { "name" : "v_key_exchange - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2676,7 +2676,7 @@ { "name" : "v_key_exchange - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2687,7 +2687,7 @@ { "name" : "v_key_exchange - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2698,7 +2698,7 @@ { "name" : "v_key_exchange - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2709,7 +2709,7 @@ { "name" : "v_key_exchange - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2720,7 +2720,7 @@ { "name" : "v_key_exchange - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2731,7 +2731,7 @@ { "name" : "v_key_exchange - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2742,7 +2742,7 @@ { "name" : "v_key_exchange - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2753,7 +2753,7 @@ { "name" : "v_key_exchange - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2764,7 +2764,7 @@ { "name" : "v_key_exchange - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2775,7 +2775,7 @@ { "name" : "v_key_exchange - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2786,7 +2786,7 @@ { "name" : "v_key_exchange - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2797,7 +2797,7 @@ { "name" : "v_key_exchange - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2808,7 +2808,7 @@ { "name" : "v_key_exchange - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2819,7 +2819,7 @@ { "name" : "v_key_exchange - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2830,7 +2830,7 @@ { "name" : "v_key_exchange - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2841,7 +2841,7 @@ { "name" : "v_key_exchange - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2852,7 +2852,7 @@ { "name" : "v_key_exchange - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2863,7 +2863,7 @@ { "name" : "v_edDSA - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2874,7 +2874,7 @@ { "name" : "v_edDSA - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2885,7 +2885,7 @@ { "name" : "v_edDSA - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2896,7 +2896,7 @@ { "name" : "v_edDSA - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2907,7 +2907,7 @@ { "name" : "v_edDSA - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2918,7 +2918,7 @@ { "name" : "v_edDSA - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2929,7 +2929,7 @@ { "name" : "v_edDSA - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2940,7 +2940,7 @@ { "name" : "v_edDSA - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2951,7 +2951,7 @@ { "name" : "v_edDSA - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2962,7 +2962,7 @@ { "name" : "v_edDSA - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2973,7 +2973,7 @@ { "name" : "v_edDSA - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2984,7 +2984,7 @@ { "name" : "v_edDSA - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -2995,7 +2995,7 @@ { "name" : "v_edDSA - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3006,7 +3006,7 @@ { "name" : "v_edDSA - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3017,7 +3017,7 @@ { "name" : "v_edDSA - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3028,7 +3028,7 @@ { "name" : "v_edDSA - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3039,7 +3039,7 @@ { "name" : "v_edDSA - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3050,7 +3050,7 @@ { "name" : "v_edDSA - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3061,7 +3061,7 @@ { "name" : "v_edDSA - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3072,7 +3072,7 @@ { "name" : "v_edDSA - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3083,7 +3083,7 @@ { "name" : "v_edDSA_pk - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3094,7 +3094,7 @@ { "name" : "v_edDSA_pk - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3105,7 +3105,7 @@ { "name" : "v_edDSA_pk - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3116,7 +3116,7 @@ { "name" : "v_edDSA_pk - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3127,7 +3127,7 @@ { "name" : "v_edDSA_pk - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3138,7 +3138,7 @@ { "name" : "v_edDSA_pk - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3149,7 +3149,7 @@ { "name" : "v_edDSA_pk - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3160,7 +3160,7 @@ { "name" : "v_edDSA_pk - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3171,7 +3171,7 @@ { "name" : "v_edDSA_pk - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3182,7 +3182,7 @@ { "name" : "v_edDSA_pk - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3193,7 +3193,7 @@ { "name" : "v_edDSA_pk - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3204,7 +3204,7 @@ { "name" : "v_edDSA_pk - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3215,7 +3215,7 @@ { "name" : "v_edDSA_pk - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3226,7 +3226,7 @@ { "name" : "v_edDSA_pk - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3237,7 +3237,7 @@ { "name" : "v_edDSA_pk - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3248,7 +3248,7 @@ { "name" : "v_edDSA_pk - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3259,7 +3259,7 @@ { "name" : "v_edDSA_pk - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3270,7 +3270,7 @@ { "name" : "v_edDSA_pk - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3281,7 +3281,7 @@ { "name" : "v_edDSA_pk - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3292,7 +3292,7 @@ { "name" : "v_edDSA_pk - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3303,7 +3303,7 @@ { "name" : "v_ed_25519 - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3314,7 +3314,7 @@ { "name" : "v_ed_25519 - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3325,7 +3325,7 @@ { "name" : "v_ed_25519 - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3336,7 +3336,7 @@ { "name" : "v_ed_25519 - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3347,7 +3347,7 @@ { "name" : "v_ed_25519 - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3358,7 +3358,7 @@ { "name" : "v_ed_25519 - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3369,7 +3369,7 @@ { "name" : "v_ed_25519 - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3380,7 +3380,7 @@ { "name" : "v_ed_25519 - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3391,7 +3391,7 @@ { "name" : "v_ed_25519 - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3402,7 +3402,7 @@ { "name" : "v_ed_25519 - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3413,7 +3413,7 @@ { "name" : "v_ed_25519 - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3424,7 +3424,7 @@ { "name" : "v_ed_25519 - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3435,7 +3435,7 @@ { "name" : "v_ed_25519 - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3446,7 +3446,7 @@ { "name" : "v_ed_25519 - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3457,7 +3457,7 @@ { "name" : "v_ed_25519 - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3468,7 +3468,7 @@ { "name" : "v_ed_25519 - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3479,7 +3479,7 @@ { "name" : "v_ed_25519 - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3490,7 +3490,7 @@ { "name" : "v_ed_25519 - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3501,7 +3501,7 @@ { "name" : "v_ed_25519 - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3512,7 +3512,7 @@ { "name" : "v_ed_25519 - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3523,7 +3523,7 @@ { "name" : "v_ed_25519_pk - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3534,7 +3534,7 @@ { "name" : "v_ed_25519_pk - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3545,7 +3545,7 @@ { "name" : "v_ed_25519_pk - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3556,7 +3556,7 @@ { "name" : "v_ed_25519_pk - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3567,7 +3567,7 @@ { "name" : "v_ed_25519_pk - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3578,7 +3578,7 @@ { "name" : "v_ed_25519_pk - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3589,7 +3589,7 @@ { "name" : "v_ed_25519_pk - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3600,7 +3600,7 @@ { "name" : "v_ed_25519_pk - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3611,7 +3611,7 @@ { "name" : "v_ed_25519_pk - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3622,7 +3622,7 @@ { "name" : "v_ed_25519_pk - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3633,7 +3633,7 @@ { "name" : "v_ed_25519_pk - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3644,7 +3644,7 @@ { "name" : "v_ed_25519_pk - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3655,7 +3655,7 @@ { "name" : "v_ed_25519_pk - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3666,7 +3666,7 @@ { "name" : "v_ed_25519_pk - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3677,7 +3677,7 @@ { "name" : "v_ed_25519_pk - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3688,7 +3688,7 @@ { "name" : "v_ed_25519_pk - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3699,7 +3699,7 @@ { "name" : "v_ed_25519_pk - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3710,7 +3710,7 @@ { "name" : "v_ed_25519_pk - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3721,7 +3721,7 @@ { "name" : "v_ed_25519_pk - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3732,7 +3732,7 @@ { "name" : "v_ed_25519_pk - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3743,7 +3743,7 @@ { "name" : "v_ed_25519_check - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3754,7 +3754,7 @@ { "name" : "v_ed_25519_check - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3765,7 +3765,7 @@ { "name" : "v_ed_25519_check - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3776,7 +3776,7 @@ { "name" : "v_ed_25519_check - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3787,7 +3787,7 @@ { "name" : "v_ed_25519_check - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3798,7 +3798,7 @@ { "name" : "v_ed_25519_check - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3809,7 +3809,7 @@ { "name" : "v_ed_25519_check - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3820,7 +3820,7 @@ { "name" : "v_ed_25519_check - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3831,7 +3831,7 @@ { "name" : "v_ed_25519_check - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3842,7 +3842,7 @@ { "name" : "v_ed_25519_check - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3853,7 +3853,7 @@ { "name" : "v_ed_25519_check - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3864,7 +3864,7 @@ { "name" : "v_ed_25519_check - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3875,7 +3875,7 @@ { "name" : "v_ed_25519_check - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3886,7 +3886,7 @@ { "name" : "v_ed_25519_check - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3897,7 +3897,7 @@ { "name" : "v_ed_25519_check - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3908,7 +3908,7 @@ { "name" : "v_ed_25519_check - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3919,7 +3919,7 @@ { "name" : "v_ed_25519_check - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3930,7 +3930,7 @@ { "name" : "v_ed_25519_check - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3941,7 +3941,7 @@ { "name" : "v_ed_25519_check - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3952,7 +3952,7 @@ { "name" : "v_ed_25519_check - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3963,7 +3963,7 @@ { "name" : "v_elligator_dir - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3974,7 +3974,7 @@ { "name" : "v_elligator_dir - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3985,7 +3985,7 @@ { "name" : "v_elligator_dir - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -3996,7 +3996,7 @@ { "name" : "v_elligator_dir - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4007,7 +4007,7 @@ { "name" : "v_elligator_dir - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4018,7 +4018,7 @@ { "name" : "v_elligator_dir - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4029,7 +4029,7 @@ { "name" : "v_elligator_dir - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4040,7 +4040,7 @@ { "name" : "v_elligator_dir - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4051,7 +4051,7 @@ { "name" : "v_elligator_dir - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4062,7 +4062,7 @@ { "name" : "v_elligator_dir - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4073,7 +4073,7 @@ { "name" : "v_elligator_dir - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4084,7 +4084,7 @@ { "name" : "v_elligator_dir - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4095,7 +4095,7 @@ { "name" : "v_elligator_dir - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4106,7 +4106,7 @@ { "name" : "v_elligator_dir - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4117,7 +4117,7 @@ { "name" : "v_elligator_dir - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4128,7 +4128,7 @@ { "name" : "v_elligator_dir - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4139,7 +4139,7 @@ { "name" : "v_elligator_dir - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4150,7 +4150,7 @@ { "name" : "v_elligator_dir - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4161,7 +4161,7 @@ { "name" : "v_elligator_dir - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4172,7 +4172,7 @@ { "name" : "v_elligator_dir - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4183,7 +4183,7 @@ { "name" : "v_elligator_inv - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4194,7 +4194,7 @@ { "name" : "v_elligator_inv - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4205,7 +4205,7 @@ { "name" : "v_elligator_inv - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4216,7 +4216,7 @@ { "name" : "v_elligator_inv - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4227,7 +4227,7 @@ { "name" : "v_elligator_inv - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4238,7 +4238,7 @@ { "name" : "v_elligator_inv - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4249,7 +4249,7 @@ { "name" : "v_elligator_inv - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4260,7 +4260,7 @@ { "name" : "v_elligator_inv - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4271,7 +4271,7 @@ { "name" : "v_elligator_inv - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4282,7 +4282,7 @@ { "name" : "v_elligator_inv - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4293,7 +4293,7 @@ { "name" : "v_elligator_inv - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4304,7 +4304,7 @@ { "name" : "v_elligator_inv - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4315,7 +4315,7 @@ { "name" : "v_elligator_inv - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4326,7 +4326,7 @@ { "name" : "v_elligator_inv - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4337,7 +4337,7 @@ { "name" : "v_elligator_inv - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4348,7 +4348,7 @@ { "name" : "v_elligator_inv - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4359,7 +4359,7 @@ { "name" : "v_elligator_inv - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4370,7 +4370,7 @@ { "name" : "v_elligator_inv - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4381,7 +4381,7 @@ { "name" : "v_elligator_inv - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4392,7 +4392,7 @@ { "name" : "v_elligator_inv - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4403,7 +4403,7 @@ { "name" : "test_x25519 - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4414,7 +4414,7 @@ { "name" : "test_x25519 - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4425,7 +4425,7 @@ { "name" : "test_x25519 - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4436,7 +4436,7 @@ { "name" : "test_x25519 - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4447,7 +4447,7 @@ { "name" : "test_x25519 - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4458,7 +4458,7 @@ { "name" : "test_x25519 - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4469,7 +4469,7 @@ { "name" : "test_x25519 - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4480,7 +4480,7 @@ { "name" : "test_x25519 - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4491,7 +4491,7 @@ { "name" : "test_x25519 - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4502,7 +4502,7 @@ { "name" : "test_x25519 - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4513,7 +4513,7 @@ { "name" : "test_x25519 - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4524,7 +4524,7 @@ { "name" : "test_x25519 - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4535,7 +4535,7 @@ { "name" : "test_x25519 - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4546,7 +4546,7 @@ { "name" : "test_x25519 - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4557,7 +4557,7 @@ { "name" : "test_x25519 - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4568,7 +4568,7 @@ { "name" : "test_x25519 - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4579,7 +4579,7 @@ { "name" : "test_x25519 - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4590,7 +4590,7 @@ { "name" : "test_x25519 - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4601,7 +4601,7 @@ { "name" : "test_x25519 - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4612,7 +4612,7 @@ { "name" : "test_x25519 - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4623,7 +4623,7 @@ { "name" : "p_verify16 - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4634,7 +4634,7 @@ { "name" : "p_verify16 - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4645,7 +4645,7 @@ { "name" : "p_verify16 - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4656,7 +4656,7 @@ { "name" : "p_verify16 - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4667,7 +4667,7 @@ { "name" : "p_verify16 - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4678,7 +4678,7 @@ { "name" : "p_verify16 - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4689,7 +4689,7 @@ { "name" : "p_verify16 - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4700,7 +4700,7 @@ { "name" : "p_verify16 - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4711,7 +4711,7 @@ { "name" : "p_verify16 - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4722,7 +4722,7 @@ { "name" : "p_verify16 - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4733,7 +4733,7 @@ { "name" : "p_verify16 - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4744,7 +4744,7 @@ { "name" : "p_verify16 - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4755,7 +4755,7 @@ { "name" : "p_verify16 - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4766,7 +4766,7 @@ { "name" : "p_verify16 - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4777,7 +4777,7 @@ { "name" : "p_verify16 - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4788,7 +4788,7 @@ { "name" : "p_verify16 - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4799,7 +4799,7 @@ { "name" : "p_verify16 - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4810,7 +4810,7 @@ { "name" : "p_verify16 - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4821,7 +4821,7 @@ { "name" : "p_verify16 - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4832,7 +4832,7 @@ { "name" : "p_verify16 - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4843,7 +4843,7 @@ { "name" : "p_verify32 - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4854,7 +4854,7 @@ { "name" : "p_verify32 - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4865,7 +4865,7 @@ { "name" : "p_verify32 - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4876,7 +4876,7 @@ { "name" : "p_verify32 - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4887,7 +4887,7 @@ { "name" : "p_verify32 - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4898,7 +4898,7 @@ { "name" : "p_verify32 - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4909,7 +4909,7 @@ { "name" : "p_verify32 - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4920,7 +4920,7 @@ { "name" : "p_verify32 - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4931,7 +4931,7 @@ { "name" : "p_verify32 - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4942,7 +4942,7 @@ { "name" : "p_verify32 - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4953,7 +4953,7 @@ { "name" : "p_verify32 - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4964,7 +4964,7 @@ { "name" : "p_verify32 - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4975,7 +4975,7 @@ { "name" : "p_verify32 - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4986,7 +4986,7 @@ { "name" : "p_verify32 - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -4997,7 +4997,7 @@ { "name" : "p_verify32 - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5008,7 +5008,7 @@ { "name" : "p_verify32 - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5019,7 +5019,7 @@ { "name" : "p_verify32 - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5030,7 +5030,7 @@ { "name" : "p_verify32 - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5041,7 +5041,7 @@ { "name" : "p_verify32 - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5052,7 +5052,7 @@ { "name" : "p_verify32 - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5063,7 +5063,7 @@ { "name" : "p_verify64 - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5074,7 +5074,7 @@ { "name" : "p_verify64 - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5085,7 +5085,7 @@ { "name" : "p_verify64 - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5096,7 +5096,7 @@ { "name" : "p_verify64 - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5107,7 +5107,7 @@ { "name" : "p_verify64 - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5118,7 +5118,7 @@ { "name" : "p_verify64 - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5129,7 +5129,7 @@ { "name" : "p_verify64 - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5140,7 +5140,7 @@ { "name" : "p_verify64 - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5151,7 +5151,7 @@ { "name" : "p_verify64 - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5162,7 +5162,7 @@ { "name" : "p_verify64 - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5173,7 +5173,7 @@ { "name" : "p_verify64 - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5184,7 +5184,7 @@ { "name" : "p_verify64 - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5195,7 +5195,7 @@ { "name" : "p_verify64 - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5206,7 +5206,7 @@ { "name" : "p_verify64 - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5217,7 +5217,7 @@ { "name" : "p_verify64 - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5228,7 +5228,7 @@ { "name" : "p_verify64 - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5239,7 +5239,7 @@ { "name" : "p_verify64 - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5250,7 +5250,7 @@ { "name" : "p_verify64 - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5261,7 +5261,7 @@ { "name" : "p_verify64 - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5272,7 +5272,7 @@ { "name" : "p_verify64 - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5283,7 +5283,7 @@ { "name" : "p_chacha20_ctr - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5294,7 +5294,7 @@ { "name" : "p_chacha20_ctr - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5305,7 +5305,7 @@ { "name" : "p_chacha20_ctr - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5316,7 +5316,7 @@ { "name" : "p_chacha20_ctr - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5327,7 +5327,7 @@ { "name" : "p_chacha20_ctr - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5338,7 +5338,7 @@ { "name" : "p_chacha20_ctr - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5349,7 +5349,7 @@ { "name" : "p_chacha20_ctr - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5360,7 +5360,7 @@ { "name" : "p_chacha20_ctr - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5371,7 +5371,7 @@ { "name" : "p_chacha20_ctr - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5382,7 +5382,7 @@ { "name" : "p_chacha20_ctr - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5393,7 +5393,7 @@ { "name" : "p_chacha20_ctr - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5404,7 +5404,7 @@ { "name" : "p_chacha20_ctr - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5415,7 +5415,7 @@ { "name" : "p_chacha20_ctr - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5426,7 +5426,7 @@ { "name" : "p_chacha20_ctr - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5437,7 +5437,7 @@ { "name" : "p_chacha20_ctr - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5448,7 +5448,7 @@ { "name" : "p_chacha20_ctr - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5459,7 +5459,7 @@ { "name" : "p_chacha20_ctr - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5470,7 +5470,7 @@ { "name" : "p_chacha20_ctr - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5481,7 +5481,7 @@ { "name" : "p_chacha20_ctr - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5492,7 +5492,7 @@ { "name" : "p_chacha20_ctr - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5503,7 +5503,7 @@ { "name" : "p_chacha20_stream - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5514,7 +5514,7 @@ { "name" : "p_chacha20_stream - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5525,7 +5525,7 @@ { "name" : "p_chacha20_stream - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5536,7 +5536,7 @@ { "name" : "p_chacha20_stream - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5547,7 +5547,7 @@ { "name" : "p_chacha20_stream - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5558,7 +5558,7 @@ { "name" : "p_chacha20_stream - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5569,7 +5569,7 @@ { "name" : "p_chacha20_stream - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5580,7 +5580,7 @@ { "name" : "p_chacha20_stream - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5591,7 +5591,7 @@ { "name" : "p_chacha20_stream - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5602,7 +5602,7 @@ { "name" : "p_chacha20_stream - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5613,7 +5613,7 @@ { "name" : "p_chacha20_stream - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5624,7 +5624,7 @@ { "name" : "p_chacha20_stream - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5635,7 +5635,7 @@ { "name" : "p_chacha20_stream - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5646,7 +5646,7 @@ { "name" : "p_chacha20_stream - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5657,7 +5657,7 @@ { "name" : "p_chacha20_stream - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5668,7 +5668,7 @@ { "name" : "p_chacha20_stream - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5679,7 +5679,7 @@ { "name" : "p_chacha20_stream - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5690,7 +5690,7 @@ { "name" : "p_chacha20_stream - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5701,7 +5701,7 @@ { "name" : "p_chacha20_stream - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5712,7 +5712,7 @@ { "name" : "p_chacha20_stream - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5723,7 +5723,7 @@ { "name" : "p_chacha20_same_ptr - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5734,7 +5734,7 @@ { "name" : "p_chacha20_same_ptr - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5745,7 +5745,7 @@ { "name" : "p_chacha20_same_ptr - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5756,7 +5756,7 @@ { "name" : "p_chacha20_same_ptr - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5767,7 +5767,7 @@ { "name" : "p_chacha20_same_ptr - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5778,7 +5778,7 @@ { "name" : "p_chacha20_same_ptr - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5789,7 +5789,7 @@ { "name" : "p_chacha20_same_ptr - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5800,7 +5800,7 @@ { "name" : "p_chacha20_same_ptr - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5811,7 +5811,7 @@ { "name" : "p_chacha20_same_ptr - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5822,7 +5822,7 @@ { "name" : "p_chacha20_same_ptr - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5833,7 +5833,7 @@ { "name" : "p_chacha20_same_ptr - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5844,7 +5844,7 @@ { "name" : "p_chacha20_same_ptr - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5855,7 +5855,7 @@ { "name" : "p_chacha20_same_ptr - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5866,7 +5866,7 @@ { "name" : "p_chacha20_same_ptr - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5877,7 +5877,7 @@ { "name" : "p_chacha20_same_ptr - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5888,7 +5888,7 @@ { "name" : "p_chacha20_same_ptr - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5899,7 +5899,7 @@ { "name" : "p_chacha20_same_ptr - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5910,7 +5910,7 @@ { "name" : "p_chacha20_same_ptr - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5921,7 +5921,7 @@ { "name" : "p_chacha20_same_ptr - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5932,7 +5932,7 @@ { "name" : "p_chacha20_same_ptr - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5943,7 +5943,7 @@ { "name" : "p_hchacha20 - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5954,7 +5954,7 @@ { "name" : "p_hchacha20 - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5965,7 +5965,7 @@ { "name" : "p_hchacha20 - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5976,7 +5976,7 @@ { "name" : "p_hchacha20 - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5987,7 +5987,7 @@ { "name" : "p_hchacha20 - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -5998,7 +5998,7 @@ { "name" : "p_hchacha20 - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6009,7 +6009,7 @@ { "name" : "p_hchacha20 - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6020,7 +6020,7 @@ { "name" : "p_hchacha20 - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6031,7 +6031,7 @@ { "name" : "p_hchacha20 - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6042,7 +6042,7 @@ { "name" : "p_hchacha20 - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6053,7 +6053,7 @@ { "name" : "p_hchacha20 - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6064,7 +6064,7 @@ { "name" : "p_hchacha20 - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6075,7 +6075,7 @@ { "name" : "p_hchacha20 - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6086,7 +6086,7 @@ { "name" : "p_hchacha20 - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6097,7 +6097,7 @@ { "name" : "p_hchacha20 - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6108,7 +6108,7 @@ { "name" : "p_hchacha20 - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6119,7 +6119,7 @@ { "name" : "p_hchacha20 - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6130,7 +6130,7 @@ { "name" : "p_hchacha20 - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6141,7 +6141,7 @@ { "name" : "p_hchacha20 - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6152,7 +6152,7 @@ { "name" : "p_hchacha20 - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6163,7 +6163,7 @@ { "name" : "p_poly1305 - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6174,7 +6174,7 @@ { "name" : "p_poly1305 - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6185,7 +6185,7 @@ { "name" : "p_poly1305 - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6196,7 +6196,7 @@ { "name" : "p_poly1305 - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6207,7 +6207,7 @@ { "name" : "p_poly1305 - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6218,7 +6218,7 @@ { "name" : "p_poly1305 - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6229,7 +6229,7 @@ { "name" : "p_poly1305 - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6240,7 +6240,7 @@ { "name" : "p_poly1305 - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6251,7 +6251,7 @@ { "name" : "p_poly1305 - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6262,7 +6262,7 @@ { "name" : "p_poly1305 - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6273,7 +6273,7 @@ { "name" : "p_poly1305 - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6284,7 +6284,7 @@ { "name" : "p_poly1305 - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6295,7 +6295,7 @@ { "name" : "p_poly1305 - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6306,7 +6306,7 @@ { "name" : "p_poly1305 - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6317,7 +6317,7 @@ { "name" : "p_poly1305 - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6328,7 +6328,7 @@ { "name" : "p_poly1305 - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6339,7 +6339,7 @@ { "name" : "p_poly1305 - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6350,7 +6350,7 @@ { "name" : "p_poly1305 - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6361,7 +6361,7 @@ { "name" : "p_poly1305 - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6372,7 +6372,7 @@ { "name" : "p_poly1305 - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6383,7 +6383,7 @@ { "name" : "p_poly1305_overlap - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6394,7 +6394,7 @@ { "name" : "p_poly1305_overlap - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6405,7 +6405,7 @@ { "name" : "p_poly1305_overlap - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6416,7 +6416,7 @@ { "name" : "p_poly1305_overlap - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6427,7 +6427,7 @@ { "name" : "p_poly1305_overlap - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6438,7 +6438,7 @@ { "name" : "p_poly1305_overlap - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6449,7 +6449,7 @@ { "name" : "p_poly1305_overlap - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6460,7 +6460,7 @@ { "name" : "p_poly1305_overlap - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6471,7 +6471,7 @@ { "name" : "p_poly1305_overlap - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6482,7 +6482,7 @@ { "name" : "p_poly1305_overlap - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6493,7 +6493,7 @@ { "name" : "p_poly1305_overlap - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6504,7 +6504,7 @@ { "name" : "p_poly1305_overlap - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6515,7 +6515,7 @@ { "name" : "p_poly1305_overlap - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6526,7 +6526,7 @@ { "name" : "p_poly1305_overlap - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6537,7 +6537,7 @@ { "name" : "p_poly1305_overlap - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6548,7 +6548,7 @@ { "name" : "p_poly1305_overlap - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6559,7 +6559,7 @@ { "name" : "p_poly1305_overlap - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6570,7 +6570,7 @@ { "name" : "p_poly1305_overlap - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6581,7 +6581,7 @@ { "name" : "p_poly1305_overlap - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6592,7 +6592,7 @@ { "name" : "p_poly1305_overlap - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6603,7 +6603,7 @@ { "name" : "p_blake2b - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6614,7 +6614,7 @@ { "name" : "p_blake2b - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6625,7 +6625,7 @@ { "name" : "p_blake2b - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6636,7 +6636,7 @@ { "name" : "p_blake2b - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6647,7 +6647,7 @@ { "name" : "p_blake2b - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6658,7 +6658,7 @@ { "name" : "p_blake2b - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6669,7 +6669,7 @@ { "name" : "p_blake2b - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6680,7 +6680,7 @@ { "name" : "p_blake2b - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6691,7 +6691,7 @@ { "name" : "p_blake2b - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6702,7 +6702,7 @@ { "name" : "p_blake2b - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6713,7 +6713,7 @@ { "name" : "p_blake2b - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6724,7 +6724,7 @@ { "name" : "p_blake2b - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6735,7 +6735,7 @@ { "name" : "p_blake2b - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6746,7 +6746,7 @@ { "name" : "p_blake2b - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6757,7 +6757,7 @@ { "name" : "p_blake2b - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6768,7 +6768,7 @@ { "name" : "p_blake2b - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6779,7 +6779,7 @@ { "name" : "p_blake2b - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6790,7 +6790,7 @@ { "name" : "p_blake2b - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6801,7 +6801,7 @@ { "name" : "p_blake2b - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6812,7 +6812,7 @@ { "name" : "p_blake2b - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6823,7 +6823,7 @@ { "name" : "p_blake2b_overlap - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6834,7 +6834,7 @@ { "name" : "p_blake2b_overlap - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6845,7 +6845,7 @@ { "name" : "p_blake2b_overlap - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6856,7 +6856,7 @@ { "name" : "p_blake2b_overlap - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6867,7 +6867,7 @@ { "name" : "p_blake2b_overlap - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6878,7 +6878,7 @@ { "name" : "p_blake2b_overlap - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6889,7 +6889,7 @@ { "name" : "p_blake2b_overlap - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6900,7 +6900,7 @@ { "name" : "p_blake2b_overlap - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6911,7 +6911,7 @@ { "name" : "p_blake2b_overlap - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6922,7 +6922,7 @@ { "name" : "p_blake2b_overlap - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6933,7 +6933,7 @@ { "name" : "p_blake2b_overlap - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6944,7 +6944,7 @@ { "name" : "p_blake2b_overlap - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6955,7 +6955,7 @@ { "name" : "p_blake2b_overlap - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6966,7 +6966,7 @@ { "name" : "p_blake2b_overlap - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6977,7 +6977,7 @@ { "name" : "p_blake2b_overlap - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6988,7 +6988,7 @@ { "name" : "p_blake2b_overlap - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -6999,7 +6999,7 @@ { "name" : "p_blake2b_overlap - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7010,7 +7010,7 @@ { "name" : "p_blake2b_overlap - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7021,7 +7021,7 @@ { "name" : "p_blake2b_overlap - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7032,7 +7032,7 @@ { "name" : "p_blake2b_overlap - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7043,7 +7043,7 @@ { "name" : "p_sha512 - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7054,7 +7054,7 @@ { "name" : "p_sha512 - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7065,7 +7065,7 @@ { "name" : "p_sha512 - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7076,7 +7076,7 @@ { "name" : "p_sha512 - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7087,7 +7087,7 @@ { "name" : "p_sha512 - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7098,7 +7098,7 @@ { "name" : "p_sha512 - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7109,7 +7109,7 @@ { "name" : "p_sha512 - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7120,7 +7120,7 @@ { "name" : "p_sha512 - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7131,7 +7131,7 @@ { "name" : "p_sha512 - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7142,7 +7142,7 @@ { "name" : "p_sha512 - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7153,7 +7153,7 @@ { "name" : "p_sha512 - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7164,7 +7164,7 @@ { "name" : "p_sha512 - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7175,7 +7175,7 @@ { "name" : "p_sha512 - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7186,7 +7186,7 @@ { "name" : "p_sha512 - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7197,7 +7197,7 @@ { "name" : "p_sha512 - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7208,7 +7208,7 @@ { "name" : "p_sha512 - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7219,7 +7219,7 @@ { "name" : "p_sha512 - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7230,7 +7230,7 @@ { "name" : "p_sha512 - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7241,7 +7241,7 @@ { "name" : "p_sha512 - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7252,7 +7252,7 @@ { "name" : "p_sha512 - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7263,7 +7263,7 @@ { "name" : "p_sha512_overlap - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7274,7 +7274,7 @@ { "name" : "p_sha512_overlap - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7285,7 +7285,7 @@ { "name" : "p_sha512_overlap - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7296,7 +7296,7 @@ { "name" : "p_sha512_overlap - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7307,7 +7307,7 @@ { "name" : "p_sha512_overlap - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7318,7 +7318,7 @@ { "name" : "p_sha512_overlap - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7329,7 +7329,7 @@ { "name" : "p_sha512_overlap - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7340,7 +7340,7 @@ { "name" : "p_sha512_overlap - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7351,7 +7351,7 @@ { "name" : "p_sha512_overlap - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7362,7 +7362,7 @@ { "name" : "p_sha512_overlap - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7373,7 +7373,7 @@ { "name" : "p_sha512_overlap - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7384,7 +7384,7 @@ { "name" : "p_sha512_overlap - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7395,7 +7395,7 @@ { "name" : "p_sha512_overlap - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7406,7 +7406,7 @@ { "name" : "p_sha512_overlap - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7417,7 +7417,7 @@ { "name" : "p_sha512_overlap - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7428,7 +7428,7 @@ { "name" : "p_sha512_overlap - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7439,7 +7439,7 @@ { "name" : "p_sha512_overlap - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7450,7 +7450,7 @@ { "name" : "p_sha512_overlap - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7461,7 +7461,7 @@ { "name" : "p_sha512_overlap - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7472,7 +7472,7 @@ { "name" : "p_sha512_overlap - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7483,7 +7483,7 @@ { "name" : "p_hmac_sha512 - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7494,7 +7494,7 @@ { "name" : "p_hmac_sha512 - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7505,7 +7505,7 @@ { "name" : "p_hmac_sha512 - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7516,7 +7516,7 @@ { "name" : "p_hmac_sha512 - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7527,7 +7527,7 @@ { "name" : "p_hmac_sha512 - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7538,7 +7538,7 @@ { "name" : "p_hmac_sha512 - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7549,7 +7549,7 @@ { "name" : "p_hmac_sha512 - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7560,7 +7560,7 @@ { "name" : "p_hmac_sha512 - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7571,7 +7571,7 @@ { "name" : "p_hmac_sha512 - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7582,7 +7582,7 @@ { "name" : "p_hmac_sha512 - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7593,7 +7593,7 @@ { "name" : "p_hmac_sha512 - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7604,7 +7604,7 @@ { "name" : "p_hmac_sha512 - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7615,7 +7615,7 @@ { "name" : "p_hmac_sha512 - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7626,7 +7626,7 @@ { "name" : "p_hmac_sha512 - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7637,7 +7637,7 @@ { "name" : "p_hmac_sha512 - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7648,7 +7648,7 @@ { "name" : "p_hmac_sha512 - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7659,7 +7659,7 @@ { "name" : "p_hmac_sha512 - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7670,7 +7670,7 @@ { "name" : "p_hmac_sha512 - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7681,7 +7681,7 @@ { "name" : "p_hmac_sha512 - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7692,7 +7692,7 @@ { "name" : "p_hmac_sha512 - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7703,7 +7703,7 @@ { "name" : "p_hmac_sha512_overlap - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7714,7 +7714,7 @@ { "name" : "p_hmac_sha512_overlap - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7725,7 +7725,7 @@ { "name" : "p_hmac_sha512_overlap - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7736,7 +7736,7 @@ { "name" : "p_hmac_sha512_overlap - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7747,7 +7747,7 @@ { "name" : "p_hmac_sha512_overlap - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7758,7 +7758,7 @@ { "name" : "p_hmac_sha512_overlap - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7769,7 +7769,7 @@ { "name" : "p_hmac_sha512_overlap - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7780,7 +7780,7 @@ { "name" : "p_hmac_sha512_overlap - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7791,7 +7791,7 @@ { "name" : "p_hmac_sha512_overlap - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7802,7 +7802,7 @@ { "name" : "p_hmac_sha512_overlap - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7813,7 +7813,7 @@ { "name" : "p_hmac_sha512_overlap - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7824,7 +7824,7 @@ { "name" : "p_hmac_sha512_overlap - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7835,7 +7835,7 @@ { "name" : "p_hmac_sha512_overlap - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7846,7 +7846,7 @@ { "name" : "p_hmac_sha512_overlap - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7857,7 +7857,7 @@ { "name" : "p_hmac_sha512_overlap - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7868,7 +7868,7 @@ { "name" : "p_hmac_sha512_overlap - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7879,7 +7879,7 @@ { "name" : "p_hmac_sha512_overlap - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7890,7 +7890,7 @@ { "name" : "p_hmac_sha512_overlap - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7901,7 +7901,7 @@ { "name" : "p_hmac_sha512_overlap - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7912,7 +7912,7 @@ { "name" : "p_hmac_sha512_overlap - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7923,7 +7923,7 @@ { "name" : "p_argon2i_easy - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7934,7 +7934,7 @@ { "name" : "p_argon2i_easy - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7945,7 +7945,7 @@ { "name" : "p_argon2i_easy - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7956,7 +7956,7 @@ { "name" : "p_argon2i_easy - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7967,7 +7967,7 @@ { "name" : "p_argon2i_easy - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7978,7 +7978,7 @@ { "name" : "p_argon2i_easy - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -7989,7 +7989,7 @@ { "name" : "p_argon2i_easy - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8000,7 +8000,7 @@ { "name" : "p_argon2i_easy - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8011,7 +8011,7 @@ { "name" : "p_argon2i_easy - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8022,7 +8022,7 @@ { "name" : "p_argon2i_easy - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8033,7 +8033,7 @@ { "name" : "p_argon2i_easy - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8044,7 +8044,7 @@ { "name" : "p_argon2i_easy - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8055,7 +8055,7 @@ { "name" : "p_argon2i_easy - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8066,7 +8066,7 @@ { "name" : "p_argon2i_easy - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8077,7 +8077,7 @@ { "name" : "p_argon2i_easy - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8088,7 +8088,7 @@ { "name" : "p_argon2i_easy - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8099,7 +8099,7 @@ { "name" : "p_argon2i_easy - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8110,7 +8110,7 @@ { "name" : "p_argon2i_easy - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8121,7 +8121,7 @@ { "name" : "p_argon2i_easy - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8132,7 +8132,7 @@ { "name" : "p_argon2i_easy - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8143,7 +8143,7 @@ { "name" : "p_argon2i_overlap - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8154,7 +8154,7 @@ { "name" : "p_argon2i_overlap - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8165,7 +8165,7 @@ { "name" : "p_argon2i_overlap - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8176,7 +8176,7 @@ { "name" : "p_argon2i_overlap - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8187,7 +8187,7 @@ { "name" : "p_argon2i_overlap - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8198,7 +8198,7 @@ { "name" : "p_argon2i_overlap - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8209,7 +8209,7 @@ { "name" : "p_argon2i_overlap - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8220,7 +8220,7 @@ { "name" : "p_argon2i_overlap - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8231,7 +8231,7 @@ { "name" : "p_argon2i_overlap - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8242,7 +8242,7 @@ { "name" : "p_argon2i_overlap - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8253,7 +8253,7 @@ { "name" : "p_argon2i_overlap - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8264,7 +8264,7 @@ { "name" : "p_argon2i_overlap - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8275,7 +8275,7 @@ { "name" : "p_argon2i_overlap - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8286,7 +8286,7 @@ { "name" : "p_argon2i_overlap - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8297,7 +8297,7 @@ { "name" : "p_argon2i_overlap - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8308,7 +8308,7 @@ { "name" : "p_argon2i_overlap - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8319,7 +8319,7 @@ { "name" : "p_argon2i_overlap - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8330,7 +8330,7 @@ { "name" : "p_argon2i_overlap - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8341,7 +8341,7 @@ { "name" : "p_argon2i_overlap - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8352,7 +8352,7 @@ { "name" : "p_argon2i_overlap - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8363,7 +8363,7 @@ { "name" : "p_x25519_overlap - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8374,7 +8374,7 @@ { "name" : "p_x25519_overlap - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8385,7 +8385,7 @@ { "name" : "p_x25519_overlap - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8396,7 +8396,7 @@ { "name" : "p_x25519_overlap - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8407,7 +8407,7 @@ { "name" : "p_x25519_overlap - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8418,7 +8418,7 @@ { "name" : "p_x25519_overlap - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8429,7 +8429,7 @@ { "name" : "p_x25519_overlap - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8440,7 +8440,7 @@ { "name" : "p_x25519_overlap - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8451,7 +8451,7 @@ { "name" : "p_x25519_overlap - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8462,7 +8462,7 @@ { "name" : "p_x25519_overlap - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8473,7 +8473,7 @@ { "name" : "p_x25519_overlap - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8484,7 +8484,7 @@ { "name" : "p_x25519_overlap - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8495,7 +8495,7 @@ { "name" : "p_x25519_overlap - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8506,7 +8506,7 @@ { "name" : "p_x25519_overlap - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8517,7 +8517,7 @@ { "name" : "p_x25519_overlap - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8528,7 +8528,7 @@ { "name" : "p_x25519_overlap - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8539,7 +8539,7 @@ { "name" : "p_x25519_overlap - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8550,7 +8550,7 @@ { "name" : "p_x25519_overlap - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8561,7 +8561,7 @@ { "name" : "p_x25519_overlap - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8572,7 +8572,7 @@ { "name" : "p_x25519_overlap - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8583,7 +8583,7 @@ { "name" : "p_key_exchange_overlap - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8594,7 +8594,7 @@ { "name" : "p_key_exchange_overlap - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8605,7 +8605,7 @@ { "name" : "p_key_exchange_overlap - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8616,7 +8616,7 @@ { "name" : "p_key_exchange_overlap - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8627,7 +8627,7 @@ { "name" : "p_key_exchange_overlap - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8638,7 +8638,7 @@ { "name" : "p_key_exchange_overlap - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8649,7 +8649,7 @@ { "name" : "p_key_exchange_overlap - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8660,7 +8660,7 @@ { "name" : "p_key_exchange_overlap - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8671,7 +8671,7 @@ { "name" : "p_key_exchange_overlap - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8682,7 +8682,7 @@ { "name" : "p_key_exchange_overlap - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8693,7 +8693,7 @@ { "name" : "p_key_exchange_overlap - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8704,7 +8704,7 @@ { "name" : "p_key_exchange_overlap - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8715,7 +8715,7 @@ { "name" : "p_key_exchange_overlap - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8726,7 +8726,7 @@ { "name" : "p_key_exchange_overlap - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8737,7 +8737,7 @@ { "name" : "p_key_exchange_overlap - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8748,7 +8748,7 @@ { "name" : "p_key_exchange_overlap - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8759,7 +8759,7 @@ { "name" : "p_key_exchange_overlap - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8770,7 +8770,7 @@ { "name" : "p_key_exchange_overlap - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8781,7 +8781,7 @@ { "name" : "p_key_exchange_overlap - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8792,7 +8792,7 @@ { "name" : "p_key_exchange_overlap - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8803,7 +8803,7 @@ { "name" : "p_eddsa_roundtrip - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8814,7 +8814,7 @@ { "name" : "p_eddsa_roundtrip - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8825,7 +8825,7 @@ { "name" : "p_eddsa_roundtrip - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8836,7 +8836,7 @@ { "name" : "p_eddsa_roundtrip - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8847,7 +8847,7 @@ { "name" : "p_eddsa_roundtrip - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8858,7 +8858,7 @@ { "name" : "p_eddsa_roundtrip - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8869,7 +8869,7 @@ { "name" : "p_eddsa_roundtrip - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8880,7 +8880,7 @@ { "name" : "p_eddsa_roundtrip - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8891,7 +8891,7 @@ { "name" : "p_eddsa_roundtrip - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8902,7 +8902,7 @@ { "name" : "p_eddsa_roundtrip - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8913,7 +8913,7 @@ { "name" : "p_eddsa_roundtrip - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8924,7 +8924,7 @@ { "name" : "p_eddsa_roundtrip - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8935,7 +8935,7 @@ { "name" : "p_eddsa_roundtrip - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8946,7 +8946,7 @@ { "name" : "p_eddsa_roundtrip - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8957,7 +8957,7 @@ { "name" : "p_eddsa_roundtrip - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8968,7 +8968,7 @@ { "name" : "p_eddsa_roundtrip - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8979,7 +8979,7 @@ { "name" : "p_eddsa_roundtrip - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -8990,7 +8990,7 @@ { "name" : "p_eddsa_roundtrip - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9001,7 +9001,7 @@ { "name" : "p_eddsa_roundtrip - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9012,7 +9012,7 @@ { "name" : "p_eddsa_roundtrip - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9023,7 +9023,7 @@ { "name" : "p_eddsa_random - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9034,7 +9034,7 @@ { "name" : "p_eddsa_random - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9045,7 +9045,7 @@ { "name" : "p_eddsa_random - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9056,7 +9056,7 @@ { "name" : "p_eddsa_random - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9067,7 +9067,7 @@ { "name" : "p_eddsa_random - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9078,7 +9078,7 @@ { "name" : "p_eddsa_random - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9089,7 +9089,7 @@ { "name" : "p_eddsa_random - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9100,7 +9100,7 @@ { "name" : "p_eddsa_random - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9111,7 +9111,7 @@ { "name" : "p_eddsa_random - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9122,7 +9122,7 @@ { "name" : "p_eddsa_random - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9133,7 +9133,7 @@ { "name" : "p_eddsa_random - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9144,7 +9144,7 @@ { "name" : "p_eddsa_random - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9155,7 +9155,7 @@ { "name" : "p_eddsa_random - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9166,7 +9166,7 @@ { "name" : "p_eddsa_random - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9177,7 +9177,7 @@ { "name" : "p_eddsa_random - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9188,7 +9188,7 @@ { "name" : "p_eddsa_random - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9199,7 +9199,7 @@ { "name" : "p_eddsa_random - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9210,7 +9210,7 @@ { "name" : "p_eddsa_random - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9221,7 +9221,7 @@ { "name" : "p_eddsa_random - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9232,7 +9232,7 @@ { "name" : "p_eddsa_random - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9243,7 +9243,7 @@ { "name" : "p_eddsa_overlap - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9254,7 +9254,7 @@ { "name" : "p_eddsa_overlap - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9265,7 +9265,7 @@ { "name" : "p_eddsa_overlap - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9276,7 +9276,7 @@ { "name" : "p_eddsa_overlap - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9287,7 +9287,7 @@ { "name" : "p_eddsa_overlap - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9298,7 +9298,7 @@ { "name" : "p_eddsa_overlap - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9309,7 +9309,7 @@ { "name" : "p_eddsa_overlap - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9320,7 +9320,7 @@ { "name" : "p_eddsa_overlap - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9331,7 +9331,7 @@ { "name" : "p_eddsa_overlap - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9342,7 +9342,7 @@ { "name" : "p_eddsa_overlap - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9353,7 +9353,7 @@ { "name" : "p_eddsa_overlap - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9364,7 +9364,7 @@ { "name" : "p_eddsa_overlap - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9375,7 +9375,7 @@ { "name" : "p_eddsa_overlap - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9386,7 +9386,7 @@ { "name" : "p_eddsa_overlap - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9397,7 +9397,7 @@ { "name" : "p_eddsa_overlap - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9408,7 +9408,7 @@ { "name" : "p_eddsa_overlap - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9419,7 +9419,7 @@ { "name" : "p_eddsa_overlap - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9430,7 +9430,7 @@ { "name" : "p_eddsa_overlap - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9441,7 +9441,7 @@ { "name" : "p_eddsa_overlap - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9452,7 +9452,7 @@ { "name" : "p_eddsa_overlap - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9463,7 +9463,7 @@ { "name" : "p_eddsa_incremental - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9474,7 +9474,7 @@ { "name" : "p_eddsa_incremental - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9485,7 +9485,7 @@ { "name" : "p_eddsa_incremental - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9496,7 +9496,7 @@ { "name" : "p_eddsa_incremental - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9507,7 +9507,7 @@ { "name" : "p_eddsa_incremental - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9518,7 +9518,7 @@ { "name" : "p_eddsa_incremental - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9529,7 +9529,7 @@ { "name" : "p_eddsa_incremental - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9540,7 +9540,7 @@ { "name" : "p_eddsa_incremental - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9551,7 +9551,7 @@ { "name" : "p_eddsa_incremental - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9562,7 +9562,7 @@ { "name" : "p_eddsa_incremental - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9573,7 +9573,7 @@ { "name" : "p_eddsa_incremental - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9584,7 +9584,7 @@ { "name" : "p_eddsa_incremental - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9595,7 +9595,7 @@ { "name" : "p_eddsa_incremental - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9606,7 +9606,7 @@ { "name" : "p_eddsa_incremental - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9617,7 +9617,7 @@ { "name" : "p_eddsa_incremental - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9628,7 +9628,7 @@ { "name" : "p_eddsa_incremental - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9639,7 +9639,7 @@ { "name" : "p_eddsa_incremental - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9650,7 +9650,7 @@ { "name" : "p_eddsa_incremental - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9661,7 +9661,7 @@ { "name" : "p_eddsa_incremental - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9672,7 +9672,7 @@ { "name" : "p_eddsa_incremental - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9683,7 +9683,7 @@ { "name" : "p_aead - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9694,7 +9694,7 @@ { "name" : "p_aead - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9705,7 +9705,7 @@ { "name" : "p_aead - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9716,7 +9716,7 @@ { "name" : "p_aead - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9727,7 +9727,7 @@ { "name" : "p_aead - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9738,7 +9738,7 @@ { "name" : "p_aead - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9749,7 +9749,7 @@ { "name" : "p_aead - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9760,7 +9760,7 @@ { "name" : "p_aead - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9771,7 +9771,7 @@ { "name" : "p_aead - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9782,7 +9782,7 @@ { "name" : "p_aead - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9793,7 +9793,7 @@ { "name" : "p_aead - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9804,7 +9804,7 @@ { "name" : "p_aead - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9815,7 +9815,7 @@ { "name" : "p_aead - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9826,7 +9826,7 @@ { "name" : "p_aead - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9837,7 +9837,7 @@ { "name" : "p_aead - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9848,7 +9848,7 @@ { "name" : "p_aead - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9859,7 +9859,7 @@ { "name" : "p_aead - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9870,7 +9870,7 @@ { "name" : "p_aead - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9881,7 +9881,7 @@ { "name" : "p_aead - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9892,7 +9892,7 @@ { "name" : "p_aead - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9903,7 +9903,7 @@ { "name" : "p_elligator_direct_msb - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9914,7 +9914,7 @@ { "name" : "p_elligator_direct_msb - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9925,7 +9925,7 @@ { "name" : "p_elligator_direct_msb - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9936,7 +9936,7 @@ { "name" : "p_elligator_direct_msb - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9947,7 +9947,7 @@ { "name" : "p_elligator_direct_msb - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9958,7 +9958,7 @@ { "name" : "p_elligator_direct_msb - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9969,7 +9969,7 @@ { "name" : "p_elligator_direct_msb - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9980,7 +9980,7 @@ { "name" : "p_elligator_direct_msb - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -9991,7 +9991,7 @@ { "name" : "p_elligator_direct_msb - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10002,7 +10002,7 @@ { "name" : "p_elligator_direct_msb - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10013,7 +10013,7 @@ { "name" : "p_elligator_direct_msb - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10024,7 +10024,7 @@ { "name" : "p_elligator_direct_msb - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10035,7 +10035,7 @@ { "name" : "p_elligator_direct_msb - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10046,7 +10046,7 @@ { "name" : "p_elligator_direct_msb - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10057,7 +10057,7 @@ { "name" : "p_elligator_direct_msb - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10068,7 +10068,7 @@ { "name" : "p_elligator_direct_msb - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10079,7 +10079,7 @@ { "name" : "p_elligator_direct_msb - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10090,7 +10090,7 @@ { "name" : "p_elligator_direct_msb - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10101,7 +10101,7 @@ { "name" : "p_elligator_direct_msb - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10112,7 +10112,7 @@ { "name" : "p_elligator_direct_msb - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10123,7 +10123,7 @@ { "name" : "p_elligator_direct_overlap - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10134,7 +10134,7 @@ { "name" : "p_elligator_direct_overlap - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10145,7 +10145,7 @@ { "name" : "p_elligator_direct_overlap - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10156,7 +10156,7 @@ { "name" : "p_elligator_direct_overlap - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10167,7 +10167,7 @@ { "name" : "p_elligator_direct_overlap - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10178,7 +10178,7 @@ { "name" : "p_elligator_direct_overlap - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10189,7 +10189,7 @@ { "name" : "p_elligator_direct_overlap - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10200,7 +10200,7 @@ { "name" : "p_elligator_direct_overlap - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10211,7 +10211,7 @@ { "name" : "p_elligator_direct_overlap - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10222,7 +10222,7 @@ { "name" : "p_elligator_direct_overlap - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10233,7 +10233,7 @@ { "name" : "p_elligator_direct_overlap - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10244,7 +10244,7 @@ { "name" : "p_elligator_direct_overlap - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10255,7 +10255,7 @@ { "name" : "p_elligator_direct_overlap - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10266,7 +10266,7 @@ { "name" : "p_elligator_direct_overlap - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10277,7 +10277,7 @@ { "name" : "p_elligator_direct_overlap - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10288,7 +10288,7 @@ { "name" : "p_elligator_direct_overlap - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10299,7 +10299,7 @@ { "name" : "p_elligator_direct_overlap - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10310,7 +10310,7 @@ { "name" : "p_elligator_direct_overlap - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10321,7 +10321,7 @@ { "name" : "p_elligator_direct_overlap - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10332,7 +10332,7 @@ { "name" : "p_elligator_direct_overlap - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10343,7 +10343,7 @@ { "name" : "p_elligator_inverse_overlap - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10354,7 +10354,7 @@ { "name" : "p_elligator_inverse_overlap - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10365,7 +10365,7 @@ { "name" : "p_elligator_inverse_overlap - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10376,7 +10376,7 @@ { "name" : "p_elligator_inverse_overlap - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10387,7 +10387,7 @@ { "name" : "p_elligator_inverse_overlap - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10398,7 +10398,7 @@ { "name" : "p_elligator_inverse_overlap - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10409,7 +10409,7 @@ { "name" : "p_elligator_inverse_overlap - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10420,7 +10420,7 @@ { "name" : "p_elligator_inverse_overlap - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10431,7 +10431,7 @@ { "name" : "p_elligator_inverse_overlap - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10442,7 +10442,7 @@ { "name" : "p_elligator_inverse_overlap - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10453,7 +10453,7 @@ { "name" : "p_elligator_inverse_overlap - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10464,7 +10464,7 @@ { "name" : "p_elligator_inverse_overlap - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10475,7 +10475,7 @@ { "name" : "p_elligator_inverse_overlap - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10486,7 +10486,7 @@ { "name" : "p_elligator_inverse_overlap - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10497,7 +10497,7 @@ { "name" : "p_elligator_inverse_overlap - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10508,7 +10508,7 @@ { "name" : "p_elligator_inverse_overlap - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10519,7 +10519,7 @@ { "name" : "p_elligator_inverse_overlap - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10530,7 +10530,7 @@ { "name" : "p_elligator_inverse_overlap - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10541,7 +10541,7 @@ { "name" : "p_elligator_inverse_overlap - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10552,7 +10552,7 @@ { "name" : "p_elligator_inverse_overlap - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10563,7 +10563,7 @@ { "name" : "p_elligator_x25519 - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10574,7 +10574,7 @@ { "name" : "p_elligator_x25519 - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10585,7 +10585,7 @@ { "name" : "p_elligator_x25519 - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10596,7 +10596,7 @@ { "name" : "p_elligator_x25519 - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10607,7 +10607,7 @@ { "name" : "p_elligator_x25519 - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10618,7 +10618,7 @@ { "name" : "p_elligator_x25519 - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10629,7 +10629,7 @@ { "name" : "p_elligator_x25519 - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10640,7 +10640,7 @@ { "name" : "p_elligator_x25519 - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10651,7 +10651,7 @@ { "name" : "p_elligator_x25519 - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10662,7 +10662,7 @@ { "name" : "p_elligator_x25519 - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10673,7 +10673,7 @@ { "name" : "p_elligator_x25519 - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10684,7 +10684,7 @@ { "name" : "p_elligator_x25519 - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10695,7 +10695,7 @@ { "name" : "p_elligator_x25519 - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10706,7 +10706,7 @@ { "name" : "p_elligator_x25519 - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10717,7 +10717,7 @@ { "name" : "p_elligator_x25519 - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10728,7 +10728,7 @@ { "name" : "p_elligator_x25519 - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10739,7 +10739,7 @@ { "name" : "p_elligator_x25519 - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10750,7 +10750,7 @@ { "name" : "p_elligator_x25519 - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10761,7 +10761,7 @@ { "name" : "p_elligator_x25519 - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10772,7 +10772,7 @@ { "name" : "p_elligator_x25519 - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10783,7 +10783,7 @@ { "name" : "p_elligator_key_pair - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10794,7 +10794,7 @@ { "name" : "p_elligator_key_pair - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10805,7 +10805,7 @@ { "name" : "p_elligator_key_pair - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10816,7 +10816,7 @@ { "name" : "p_elligator_key_pair - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10827,7 +10827,7 @@ { "name" : "p_elligator_key_pair - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10838,7 +10838,7 @@ { "name" : "p_elligator_key_pair - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10849,7 +10849,7 @@ { "name" : "p_elligator_key_pair - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10860,7 +10860,7 @@ { "name" : "p_elligator_key_pair - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10871,7 +10871,7 @@ { "name" : "p_elligator_key_pair - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10882,7 +10882,7 @@ { "name" : "p_elligator_key_pair - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10893,7 +10893,7 @@ { "name" : "p_elligator_key_pair - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10904,7 +10904,7 @@ { "name" : "p_elligator_key_pair - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10915,7 +10915,7 @@ { "name" : "p_elligator_key_pair - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10926,7 +10926,7 @@ { "name" : "p_elligator_key_pair - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10937,7 +10937,7 @@ { "name" : "p_elligator_key_pair - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10948,7 +10948,7 @@ { "name" : "p_elligator_key_pair - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10959,7 +10959,7 @@ { "name" : "p_elligator_key_pair - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10970,7 +10970,7 @@ { "name" : "p_elligator_key_pair - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10981,7 +10981,7 @@ { "name" : "p_elligator_key_pair - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -10992,7 +10992,7 @@ { "name" : "p_elligator_key_pair - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11003,7 +11003,7 @@ { "name" : "p_elligator_key_pair_overlap - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11014,7 +11014,7 @@ { "name" : "p_elligator_key_pair_overlap - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11025,7 +11025,7 @@ { "name" : "p_elligator_key_pair_overlap - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11036,7 +11036,7 @@ { "name" : "p_elligator_key_pair_overlap - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11047,7 +11047,7 @@ { "name" : "p_elligator_key_pair_overlap - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11058,7 +11058,7 @@ { "name" : "p_elligator_key_pair_overlap - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11069,7 +11069,7 @@ { "name" : "p_elligator_key_pair_overlap - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11080,7 +11080,7 @@ { "name" : "p_elligator_key_pair_overlap - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11091,7 +11091,7 @@ { "name" : "p_elligator_key_pair_overlap - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11102,7 +11102,7 @@ { "name" : "p_elligator_key_pair_overlap - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11113,7 +11113,7 @@ { "name" : "p_elligator_key_pair_overlap - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11124,7 +11124,7 @@ { "name" : "p_elligator_key_pair_overlap - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11135,7 +11135,7 @@ { "name" : "p_elligator_key_pair_overlap - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11146,7 +11146,7 @@ { "name" : "p_elligator_key_pair_overlap - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11157,7 +11157,7 @@ { "name" : "p_elligator_key_pair_overlap - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11168,7 +11168,7 @@ { "name" : "p_elligator_key_pair_overlap - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11179,7 +11179,7 @@ { "name" : "p_elligator_key_pair_overlap - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11190,7 +11190,7 @@ { "name" : "p_elligator_key_pair_overlap - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11201,7 +11201,7 @@ { "name" : "p_elligator_key_pair_overlap - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11212,7 +11212,7 @@ { "name" : "p_elligator_key_pair_overlap - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11223,7 +11223,7 @@ { "name" : "p_x25519_inverse - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11234,7 +11234,7 @@ { "name" : "p_x25519_inverse - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11245,7 +11245,7 @@ { "name" : "p_x25519_inverse - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11256,7 +11256,7 @@ { "name" : "p_x25519_inverse - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11267,7 +11267,7 @@ { "name" : "p_x25519_inverse - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11278,7 +11278,7 @@ { "name" : "p_x25519_inverse - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11289,7 +11289,7 @@ { "name" : "p_x25519_inverse - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11300,7 +11300,7 @@ { "name" : "p_x25519_inverse - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11311,7 +11311,7 @@ { "name" : "p_x25519_inverse - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11322,7 +11322,7 @@ { "name" : "p_x25519_inverse - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11333,7 +11333,7 @@ { "name" : "p_x25519_inverse - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11344,7 +11344,7 @@ { "name" : "p_x25519_inverse - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11355,7 +11355,7 @@ { "name" : "p_x25519_inverse - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11366,7 +11366,7 @@ { "name" : "p_x25519_inverse - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11377,7 +11377,7 @@ { "name" : "p_x25519_inverse - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11388,7 +11388,7 @@ { "name" : "p_x25519_inverse - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11399,7 +11399,7 @@ { "name" : "p_x25519_inverse - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11410,7 +11410,7 @@ { "name" : "p_x25519_inverse - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11421,7 +11421,7 @@ { "name" : "p_x25519_inverse - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11432,7 +11432,7 @@ { "name" : "p_x25519_inverse - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11443,7 +11443,7 @@ { "name" : "p_x25519_inverse_overlap - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11454,7 +11454,7 @@ { "name" : "p_x25519_inverse_overlap - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11465,7 +11465,7 @@ { "name" : "p_x25519_inverse_overlap - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11476,7 +11476,7 @@ { "name" : "p_x25519_inverse_overlap - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11487,7 +11487,7 @@ { "name" : "p_x25519_inverse_overlap - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11498,7 +11498,7 @@ { "name" : "p_x25519_inverse_overlap - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11509,7 +11509,7 @@ { "name" : "p_x25519_inverse_overlap - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11520,7 +11520,7 @@ { "name" : "p_x25519_inverse_overlap - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11531,7 +11531,7 @@ { "name" : "p_x25519_inverse_overlap - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11542,7 +11542,7 @@ { "name" : "p_x25519_inverse_overlap - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11553,7 +11553,7 @@ { "name" : "p_x25519_inverse_overlap - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11564,7 +11564,7 @@ { "name" : "p_x25519_inverse_overlap - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11575,7 +11575,7 @@ { "name" : "p_x25519_inverse_overlap - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11586,7 +11586,7 @@ { "name" : "p_x25519_inverse_overlap - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11597,7 +11597,7 @@ { "name" : "p_x25519_inverse_overlap - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11608,7 +11608,7 @@ { "name" : "p_x25519_inverse_overlap - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11619,7 +11619,7 @@ { "name" : "p_x25519_inverse_overlap - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11630,7 +11630,7 @@ { "name" : "p_x25519_inverse_overlap - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11641,7 +11641,7 @@ { "name" : "p_x25519_inverse_overlap - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11652,7 +11652,7 @@ { "name" : "p_x25519_inverse_overlap - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11663,7 +11663,7 @@ { "name" : "p_from_eddsa - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11674,7 +11674,7 @@ { "name" : "p_from_eddsa - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11685,7 +11685,7 @@ { "name" : "p_from_eddsa - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11696,7 +11696,7 @@ { "name" : "p_from_eddsa - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11707,7 +11707,7 @@ { "name" : "p_from_eddsa - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11718,7 +11718,7 @@ { "name" : "p_from_eddsa - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11729,7 +11729,7 @@ { "name" : "p_from_eddsa - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11740,7 +11740,7 @@ { "name" : "p_from_eddsa - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11751,7 +11751,7 @@ { "name" : "p_from_eddsa - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11762,7 +11762,7 @@ { "name" : "p_from_eddsa - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11773,7 +11773,7 @@ { "name" : "p_from_eddsa - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11784,7 +11784,7 @@ { "name" : "p_from_eddsa - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11795,7 +11795,7 @@ { "name" : "p_from_eddsa - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11806,7 +11806,7 @@ { "name" : "p_from_eddsa - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11817,7 +11817,7 @@ { "name" : "p_from_eddsa - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11828,7 +11828,7 @@ { "name" : "p_from_eddsa - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11839,7 +11839,7 @@ { "name" : "p_from_eddsa - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11850,7 +11850,7 @@ { "name" : "p_from_eddsa - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11861,7 +11861,7 @@ { "name" : "p_from_eddsa - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11872,7 +11872,7 @@ { "name" : "p_from_eddsa - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11883,7 +11883,7 @@ { "name" : "p_from_ed25519 - sparc_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11894,7 +11894,7 @@ { "name" : "p_from_ed25519 - sparc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11905,7 +11905,7 @@ { "name" : "p_from_ed25519 - x86_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11916,7 +11916,7 @@ { "name" : "p_from_ed25519 - x86_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11927,7 +11927,7 @@ { "name" : "p_from_ed25519 - x86_16" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11938,7 +11938,7 @@ { "name" : "p_from_ed25519 - x86_16_huge" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11949,7 +11949,7 @@ { "name" : "p_from_ed25519 - x86_win32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11960,7 +11960,7 @@ { "name" : "p_from_ed25519 - x86_win64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11971,7 +11971,7 @@ { "name" : "p_from_ed25519 - armeb_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11982,7 +11982,7 @@ { "name" : "p_from_ed25519 - arm_eabi" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -11993,7 +11993,7 @@ { "name" : "p_from_ed25519 - aarch64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -12004,7 +12004,7 @@ { "name" : "p_from_ed25519 - aarch64eb" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -12015,7 +12015,7 @@ { "name" : "p_from_ed25519 - rv64ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -12026,7 +12026,7 @@ { "name" : "p_from_ed25519 - rv32ifdq" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -12037,7 +12037,7 @@ { "name" : "p_from_ed25519 - mips_o32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -12048,7 +12048,7 @@ { "name" : "p_from_ed25519 - mips_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -12059,7 +12059,7 @@ { "name" : "p_from_ed25519 - mips_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -12070,7 +12070,7 @@ { "name" : "p_from_ed25519 - mipsel_64" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -12081,7 +12081,7 @@ { "name" : "p_from_ed25519 - mipsel_n32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] @@ -12092,7 +12092,7 @@ { "name" : "p_from_ed25519 - apple_ppc_32" , "files" : [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c", + , "src/optional/monocypher-ed25519.c" , "tests/utils.c" , "tests/test.c" ] -- 2.47.3