From: Loup Vaillant Date: Tue, 28 Jul 2020 13:53:08 +0000 (+0200) Subject: Fixed tis.config (2) X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=a0711119d0cf176307a1f98e9abf2c02f958daa3;p=Monocypher.git Fixed tis.config (2) --- diff --git a/tests/gen-tis-config.sh b/tests/gen-tis-config.sh index 35a47cf..f344254 100755 --- a/tests/gen-tis-config.sh +++ b/tests/gen-tis-config.sh @@ -137,11 +137,13 @@ do "apple_ppc_32" do echo '{ "name" :' "\"$entry_point - $platform\"" >> $TIS_CONFIG - echo ', "files" :' \ - '["src/monocypher.c",' \ - '"src/optional/monocypher-ed25519.c",' \ - '"tests/test.c" ]' >> $TIS_CONFIG - echo ', "compilation_cmd": "-Isrc -Isrc/optional"' >> $TIS_CONFIG + echo ', "files" :' >> $TIS_CONFIG + echo ' [ "src/monocypher.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 + echo ', "compilation_cmd": "-Isrc -Isrc/optional -Itests"' >> $TIS_CONFIG echo ', "machdep" :' "\"$platform\"" >> $TIS_CONFIG # echo ', "raw_options : " { "-no-results" : "true" }' >> $TIS_CONFIG echo ', "main" :' "\"$entry_point\"" >> $TIS_CONFIG diff --git a/tis.config b/tis.config index 7476162..82cadab 100644 --- a/tis.config +++ b/tis.config @@ -1,6602 +1,12102 @@ // auto generated with tests/gen-tis-config.sh [ { "name" : "v_chacha20 - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "v_chacha20" }, { "name" : "v_chacha20 - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "v_chacha20" }, { "name" : "v_chacha20 - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "v_chacha20" }, { "name" : "v_chacha20 - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "v_chacha20" }, { "name" : "v_chacha20 - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "v_chacha20" }, { "name" : "v_chacha20 - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "v_chacha20" }, { "name" : "v_chacha20 - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "v_chacha20" }, { "name" : "v_chacha20 - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "v_chacha20" }, { "name" : "v_chacha20 - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "v_chacha20" }, { "name" : "v_chacha20 - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "v_chacha20" }, { "name" : "v_chacha20 - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "v_chacha20" }, { "name" : "v_chacha20 - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "v_chacha20" }, { "name" : "v_chacha20 - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "v_chacha20" }, { "name" : "v_chacha20 - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "v_chacha20" }, { "name" : "v_chacha20 - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "v_chacha20" }, { "name" : "v_chacha20 - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "v_chacha20" }, { "name" : "v_chacha20 - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "v_chacha20" }, { "name" : "v_chacha20 - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "v_chacha20" }, { "name" : "v_chacha20 - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "v_chacha20" }, { "name" : "v_chacha20 - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "v_chacha20" }, { "name" : "v_ietf_chacha20 - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "v_ietf_chacha20" }, { "name" : "v_hchacha20 - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "v_hchacha20" }, { "name" : "v_xchacha20 - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "v_xchacha20" }, { "name" : "v_poly1305 - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "v_poly1305" }, { "name" : "v_poly1305 - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "v_poly1305" }, { "name" : "v_poly1305 - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "v_poly1305" }, { "name" : "v_poly1305 - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "v_poly1305" }, { "name" : "v_poly1305 - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "v_poly1305" }, { "name" : "v_poly1305 - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "v_poly1305" }, { "name" : "v_poly1305 - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "v_poly1305" }, { "name" : "v_poly1305 - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "v_poly1305" }, { "name" : "v_poly1305 - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "v_poly1305" }, { "name" : "v_poly1305 - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "v_poly1305" }, { "name" : "v_poly1305 - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "v_poly1305" }, { "name" : "v_poly1305 - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "v_poly1305" }, { "name" : "v_poly1305 - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "v_poly1305" }, { "name" : "v_poly1305 - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "v_poly1305" }, { "name" : "v_poly1305 - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "v_poly1305" }, { "name" : "v_poly1305 - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "v_poly1305" }, { "name" : "v_poly1305 - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "v_poly1305" }, { "name" : "v_poly1305 - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "v_poly1305" }, { "name" : "v_poly1305 - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "v_poly1305" }, { "name" : "v_poly1305 - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "v_poly1305" }, { "name" : "v_aead_ietf - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "v_aead_ietf" }, { "name" : "v_blake2b - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "v_blake2b" }, { "name" : "v_blake2b - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "v_blake2b" }, { "name" : "v_blake2b - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "v_blake2b" }, { "name" : "v_blake2b - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "v_blake2b" }, { "name" : "v_blake2b - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "v_blake2b" }, { "name" : "v_blake2b - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "v_blake2b" }, { "name" : "v_blake2b - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "v_blake2b" }, { "name" : "v_blake2b - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "v_blake2b" }, { "name" : "v_blake2b - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "v_blake2b" }, { "name" : "v_blake2b - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "v_blake2b" }, { "name" : "v_blake2b - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "v_blake2b" }, { "name" : "v_blake2b - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "v_blake2b" }, { "name" : "v_blake2b - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "v_blake2b" }, { "name" : "v_blake2b - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "v_blake2b" }, { "name" : "v_blake2b - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "v_blake2b" }, { "name" : "v_blake2b - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "v_blake2b" }, { "name" : "v_blake2b - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "v_blake2b" }, { "name" : "v_blake2b - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "v_blake2b" }, { "name" : "v_blake2b - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "v_blake2b" }, { "name" : "v_blake2b - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "v_blake2b" }, { "name" : "v_sha512 - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "v_sha512" }, { "name" : "v_sha512 - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "v_sha512" }, { "name" : "v_sha512 - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "v_sha512" }, { "name" : "v_sha512 - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "v_sha512" }, { "name" : "v_sha512 - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "v_sha512" }, { "name" : "v_sha512 - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "v_sha512" }, { "name" : "v_sha512 - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "v_sha512" }, { "name" : "v_sha512 - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "v_sha512" }, { "name" : "v_sha512 - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "v_sha512" }, { "name" : "v_sha512 - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "v_sha512" }, { "name" : "v_sha512 - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "v_sha512" }, { "name" : "v_sha512 - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "v_sha512" }, { "name" : "v_sha512 - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "v_sha512" }, { "name" : "v_sha512 - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "v_sha512" }, { "name" : "v_sha512 - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "v_sha512" }, { "name" : "v_sha512 - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "v_sha512" }, { "name" : "v_sha512 - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "v_sha512" }, { "name" : "v_sha512 - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "v_sha512" }, { "name" : "v_sha512 - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "v_sha512" }, { "name" : "v_sha512 - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "v_sha512" }, { "name" : "v_hmac_sha512 - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "v_hmac_sha512" }, { "name" : "v_hmac_sha512 - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "v_hmac_sha512" }, { "name" : "v_hmac_sha512 - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "v_hmac_sha512" }, { "name" : "v_hmac_sha512 - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "v_hmac_sha512" }, { "name" : "v_hmac_sha512 - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "v_hmac_sha512" }, { "name" : "v_hmac_sha512 - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "v_hmac_sha512" }, { "name" : "v_hmac_sha512 - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "v_hmac_sha512" }, { "name" : "v_hmac_sha512 - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "v_hmac_sha512" }, { "name" : "v_hmac_sha512 - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "v_hmac_sha512" }, { "name" : "v_hmac_sha512 - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "v_hmac_sha512" }, { "name" : "v_hmac_sha512 - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "v_hmac_sha512" }, { "name" : "v_hmac_sha512 - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "v_hmac_sha512" }, { "name" : "v_hmac_sha512 - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "v_hmac_sha512" }, { "name" : "v_hmac_sha512 - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "v_hmac_sha512" }, { "name" : "v_hmac_sha512 - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "v_hmac_sha512" }, { "name" : "v_hmac_sha512 - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "v_hmac_sha512" }, { "name" : "v_hmac_sha512 - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "v_hmac_sha512" }, { "name" : "v_hmac_sha512 - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "v_hmac_sha512" }, { "name" : "v_hmac_sha512 - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "v_hmac_sha512" }, { "name" : "v_hmac_sha512 - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "v_hmac_sha512" }, { "name" : "v_argon2i - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "v_argon2i" }, { "name" : "v_argon2i - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "v_argon2i" }, { "name" : "v_argon2i - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "v_argon2i" }, { "name" : "v_argon2i - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "v_argon2i" }, { "name" : "v_argon2i - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "v_argon2i" }, { "name" : "v_argon2i - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "v_argon2i" }, { "name" : "v_argon2i - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "v_argon2i" }, { "name" : "v_argon2i - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "v_argon2i" }, { "name" : "v_argon2i - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "v_argon2i" }, { "name" : "v_argon2i - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "v_argon2i" }, { "name" : "v_argon2i - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "v_argon2i" }, { "name" : "v_argon2i - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "v_argon2i" }, { "name" : "v_argon2i - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "v_argon2i" }, { "name" : "v_argon2i - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "v_argon2i" }, { "name" : "v_argon2i - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "v_argon2i" }, { "name" : "v_argon2i - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "v_argon2i" }, { "name" : "v_argon2i - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "v_argon2i" }, { "name" : "v_argon2i - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "v_argon2i" }, { "name" : "v_argon2i - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "v_argon2i" }, { "name" : "v_argon2i - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "v_argon2i" }, { "name" : "v_x25519 - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "v_x25519" }, { "name" : "v_x25519 - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "v_x25519" }, { "name" : "v_x25519 - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "v_x25519" }, { "name" : "v_x25519 - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "v_x25519" }, { "name" : "v_x25519 - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "v_x25519" }, { "name" : "v_x25519 - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "v_x25519" }, { "name" : "v_x25519 - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "v_x25519" }, { "name" : "v_x25519 - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "v_x25519" }, { "name" : "v_x25519 - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "v_x25519" }, { "name" : "v_x25519 - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "v_x25519" }, { "name" : "v_x25519 - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "v_x25519" }, { "name" : "v_x25519 - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "v_x25519" }, { "name" : "v_x25519 - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "v_x25519" }, { "name" : "v_x25519 - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "v_x25519" }, { "name" : "v_x25519 - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "v_x25519" }, { "name" : "v_x25519 - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "v_x25519" }, { "name" : "v_x25519 - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "v_x25519" }, { "name" : "v_x25519 - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "v_x25519" }, { "name" : "v_x25519 - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "v_x25519" }, { "name" : "v_x25519 - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "v_x25519" }, { "name" : "v_x25519_pk - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "v_x25519_pk" }, { "name" : "v_x25519_pk - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "v_x25519_pk" }, { "name" : "v_x25519_pk - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "v_x25519_pk" }, { "name" : "v_x25519_pk - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "v_x25519_pk" }, { "name" : "v_x25519_pk - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "v_x25519_pk" }, { "name" : "v_x25519_pk - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "v_x25519_pk" }, { "name" : "v_x25519_pk - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "v_x25519_pk" }, { "name" : "v_x25519_pk - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "v_x25519_pk" }, { "name" : "v_x25519_pk - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "v_x25519_pk" }, { "name" : "v_x25519_pk - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "v_x25519_pk" }, { "name" : "v_x25519_pk - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "v_x25519_pk" }, { "name" : "v_x25519_pk - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "v_x25519_pk" }, { "name" : "v_x25519_pk - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "v_x25519_pk" }, { "name" : "v_x25519_pk - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "v_x25519_pk" }, { "name" : "v_x25519_pk - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "v_x25519_pk" }, { "name" : "v_x25519_pk - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "v_x25519_pk" }, { "name" : "v_x25519_pk - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "v_x25519_pk" }, { "name" : "v_x25519_pk - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "v_x25519_pk" }, { "name" : "v_x25519_pk - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "v_x25519_pk" }, { "name" : "v_x25519_pk - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "v_x25519_pk" }, { "name" : "v_key_exchange - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "v_key_exchange" }, { "name" : "v_key_exchange - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "v_key_exchange" }, { "name" : "v_key_exchange - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "v_key_exchange" }, { "name" : "v_key_exchange - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "v_key_exchange" }, { "name" : "v_key_exchange - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "v_key_exchange" }, { "name" : "v_key_exchange - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "v_key_exchange" }, { "name" : "v_key_exchange - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "v_key_exchange" }, { "name" : "v_key_exchange - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "v_key_exchange" }, { "name" : "v_key_exchange - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "v_key_exchange" }, { "name" : "v_key_exchange - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "v_key_exchange" }, { "name" : "v_key_exchange - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "v_key_exchange" }, { "name" : "v_key_exchange - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "v_key_exchange" }, { "name" : "v_key_exchange - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "v_key_exchange" }, { "name" : "v_key_exchange - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "v_key_exchange" }, { "name" : "v_key_exchange - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "v_key_exchange" }, { "name" : "v_key_exchange - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "v_key_exchange" }, { "name" : "v_key_exchange - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "v_key_exchange" }, { "name" : "v_key_exchange - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "v_key_exchange" }, { "name" : "v_key_exchange - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "v_key_exchange" }, { "name" : "v_key_exchange - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "v_key_exchange" }, { "name" : "v_edDSA - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "v_edDSA" }, { "name" : "v_edDSA - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "v_edDSA" }, { "name" : "v_edDSA - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "v_edDSA" }, { "name" : "v_edDSA - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "v_edDSA" }, { "name" : "v_edDSA - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "v_edDSA" }, { "name" : "v_edDSA - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "v_edDSA" }, { "name" : "v_edDSA - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "v_edDSA" }, { "name" : "v_edDSA - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "v_edDSA" }, { "name" : "v_edDSA - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "v_edDSA" }, { "name" : "v_edDSA - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "v_edDSA" }, { "name" : "v_edDSA - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "v_edDSA" }, { "name" : "v_edDSA - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "v_edDSA" }, { "name" : "v_edDSA - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "v_edDSA" }, { "name" : "v_edDSA - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "v_edDSA" }, { "name" : "v_edDSA - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "v_edDSA" }, { "name" : "v_edDSA - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "v_edDSA" }, { "name" : "v_edDSA - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "v_edDSA" }, { "name" : "v_edDSA - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "v_edDSA" }, { "name" : "v_edDSA - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "v_edDSA" }, { "name" : "v_edDSA - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "v_edDSA" }, { "name" : "v_edDSA_pk - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "v_edDSA_pk" }, { "name" : "v_edDSA_pk - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "v_edDSA_pk" }, { "name" : "v_edDSA_pk - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "v_edDSA_pk" }, { "name" : "v_edDSA_pk - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "v_edDSA_pk" }, { "name" : "v_edDSA_pk - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "v_edDSA_pk" }, { "name" : "v_edDSA_pk - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "v_edDSA_pk" }, { "name" : "v_edDSA_pk - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "v_edDSA_pk" }, { "name" : "v_edDSA_pk - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "v_edDSA_pk" }, { "name" : "v_edDSA_pk - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "v_edDSA_pk" }, { "name" : "v_edDSA_pk - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "v_edDSA_pk" }, { "name" : "v_edDSA_pk - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "v_edDSA_pk" }, { "name" : "v_edDSA_pk - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "v_edDSA_pk" }, { "name" : "v_edDSA_pk - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "v_edDSA_pk" }, { "name" : "v_edDSA_pk - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "v_edDSA_pk" }, { "name" : "v_edDSA_pk - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "v_edDSA_pk" }, { "name" : "v_edDSA_pk - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "v_edDSA_pk" }, { "name" : "v_edDSA_pk - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "v_edDSA_pk" }, { "name" : "v_edDSA_pk - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "v_edDSA_pk" }, { "name" : "v_edDSA_pk - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "v_edDSA_pk" }, { "name" : "v_edDSA_pk - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "v_edDSA_pk" }, { "name" : "v_ed_25519 - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "v_ed_25519" }, { "name" : "v_ed_25519_pk - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "v_ed_25519_pk" }, { "name" : "v_ed_25519_pk - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "v_ed_25519_pk" }, { "name" : "v_ed_25519_pk - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "v_ed_25519_pk" }, { "name" : "v_ed_25519_pk - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "v_ed_25519_pk" }, { "name" : "v_ed_25519_pk - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "v_ed_25519_pk" }, { "name" : "v_ed_25519_pk - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "v_ed_25519_pk" }, { "name" : "v_ed_25519_pk - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "v_ed_25519_pk" }, { "name" : "v_ed_25519_pk - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "v_ed_25519_pk" }, { "name" : "v_ed_25519_pk - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "v_ed_25519_pk" }, { "name" : "v_ed_25519_pk - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "v_ed_25519_pk" }, { "name" : "v_ed_25519_pk - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "v_ed_25519_pk" }, { "name" : "v_ed_25519_pk - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "v_ed_25519_pk" }, { "name" : "v_ed_25519_pk - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "v_ed_25519_pk" }, { "name" : "v_ed_25519_pk - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "v_ed_25519_pk" }, { "name" : "v_ed_25519_pk - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "v_ed_25519_pk" }, { "name" : "v_ed_25519_pk - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "v_ed_25519_pk" }, { "name" : "v_ed_25519_pk - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "v_ed_25519_pk" }, { "name" : "v_ed_25519_pk - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "v_ed_25519_pk" }, { "name" : "v_ed_25519_pk - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "v_ed_25519_pk" }, { "name" : "v_ed_25519_pk - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "v_ed_25519_pk" }, { "name" : "v_ed_25519_check - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "v_ed_25519_check" }, { "name" : "v_elligator_dir - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "v_elligator_dir" }, { "name" : "v_elligator_inv - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "v_elligator_inv" }, { "name" : "test_x25519 - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "test_x25519" }, { "name" : "test_x25519 - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "test_x25519" }, { "name" : "test_x25519 - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "test_x25519" }, { "name" : "test_x25519 - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "test_x25519" }, { "name" : "test_x25519 - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "test_x25519" }, { "name" : "test_x25519 - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "test_x25519" }, { "name" : "test_x25519 - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "test_x25519" }, { "name" : "test_x25519 - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "test_x25519" }, { "name" : "test_x25519 - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "test_x25519" }, { "name" : "test_x25519 - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "test_x25519" }, { "name" : "test_x25519 - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "test_x25519" }, { "name" : "test_x25519 - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "test_x25519" }, { "name" : "test_x25519 - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "test_x25519" }, { "name" : "test_x25519 - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "test_x25519" }, { "name" : "test_x25519 - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "test_x25519" }, { "name" : "test_x25519 - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "test_x25519" }, { "name" : "test_x25519 - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "test_x25519" }, { "name" : "test_x25519 - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "test_x25519" }, { "name" : "test_x25519 - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "test_x25519" }, { "name" : "test_x25519 - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "test_x25519" }, { "name" : "p_verify16 - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_verify16" }, { "name" : "p_verify16 - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_verify16" }, { "name" : "p_verify16 - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_verify16" }, { "name" : "p_verify16 - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_verify16" }, { "name" : "p_verify16 - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_verify16" }, { "name" : "p_verify16 - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_verify16" }, { "name" : "p_verify16 - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_verify16" }, { "name" : "p_verify16 - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_verify16" }, { "name" : "p_verify16 - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_verify16" }, { "name" : "p_verify16 - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_verify16" }, { "name" : "p_verify16 - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_verify16" }, { "name" : "p_verify16 - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_verify16" }, { "name" : "p_verify16 - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_verify16" }, { "name" : "p_verify16 - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_verify16" }, { "name" : "p_verify16 - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_verify16" }, { "name" : "p_verify16 - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_verify16" }, { "name" : "p_verify16 - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_verify16" }, { "name" : "p_verify16 - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_verify16" }, { "name" : "p_verify16 - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_verify16" }, { "name" : "p_verify16 - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_verify16" }, { "name" : "p_verify32 - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_verify32" }, { "name" : "p_verify32 - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_verify32" }, { "name" : "p_verify32 - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_verify32" }, { "name" : "p_verify32 - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_verify32" }, { "name" : "p_verify32 - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_verify32" }, { "name" : "p_verify32 - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_verify32" }, { "name" : "p_verify32 - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_verify32" }, { "name" : "p_verify32 - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_verify32" }, { "name" : "p_verify32 - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_verify32" }, { "name" : "p_verify32 - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_verify32" }, { "name" : "p_verify32 - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_verify32" }, { "name" : "p_verify32 - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_verify32" }, { "name" : "p_verify32 - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_verify32" }, { "name" : "p_verify32 - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_verify32" }, { "name" : "p_verify32 - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_verify32" }, { "name" : "p_verify32 - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_verify32" }, { "name" : "p_verify32 - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_verify32" }, { "name" : "p_verify32 - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_verify32" }, { "name" : "p_verify32 - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_verify32" }, { "name" : "p_verify32 - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_verify32" }, { "name" : "p_verify64 - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_verify64" }, { "name" : "p_verify64 - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_verify64" }, { "name" : "p_verify64 - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_verify64" }, { "name" : "p_verify64 - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_verify64" }, { "name" : "p_verify64 - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_verify64" }, { "name" : "p_verify64 - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_verify64" }, { "name" : "p_verify64 - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_verify64" }, { "name" : "p_verify64 - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_verify64" }, { "name" : "p_verify64 - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_verify64" }, { "name" : "p_verify64 - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_verify64" }, { "name" : "p_verify64 - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_verify64" }, { "name" : "p_verify64 - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_verify64" }, { "name" : "p_verify64 - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_verify64" }, { "name" : "p_verify64 - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_verify64" }, { "name" : "p_verify64 - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_verify64" }, { "name" : "p_verify64 - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_verify64" }, { "name" : "p_verify64 - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_verify64" }, { "name" : "p_verify64 - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_verify64" }, { "name" : "p_verify64 - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_verify64" }, { "name" : "p_verify64 - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_verify64" }, { "name" : "p_chacha20_ctr - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_chacha20_ctr" }, { "name" : "p_chacha20_ctr - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_chacha20_ctr" }, { "name" : "p_chacha20_ctr - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_chacha20_ctr" }, { "name" : "p_chacha20_ctr - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_chacha20_ctr" }, { "name" : "p_chacha20_ctr - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_chacha20_ctr" }, { "name" : "p_chacha20_ctr - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_chacha20_ctr" }, { "name" : "p_chacha20_ctr - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_chacha20_ctr" }, { "name" : "p_chacha20_ctr - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_chacha20_ctr" }, { "name" : "p_chacha20_ctr - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_chacha20_ctr" }, { "name" : "p_chacha20_ctr - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_chacha20_ctr" }, { "name" : "p_chacha20_ctr - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_chacha20_ctr" }, { "name" : "p_chacha20_ctr - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_chacha20_ctr" }, { "name" : "p_chacha20_ctr - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_chacha20_ctr" }, { "name" : "p_chacha20_ctr - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_chacha20_ctr" }, { "name" : "p_chacha20_ctr - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_chacha20_ctr" }, { "name" : "p_chacha20_ctr - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_chacha20_ctr" }, { "name" : "p_chacha20_ctr - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_chacha20_ctr" }, { "name" : "p_chacha20_ctr - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_chacha20_ctr" }, { "name" : "p_chacha20_ctr - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_chacha20_ctr" }, { "name" : "p_chacha20_ctr - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_chacha20_ctr" }, { "name" : "p_chacha20_stream - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_chacha20_stream" }, { "name" : "p_chacha20_stream - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_chacha20_stream" }, { "name" : "p_chacha20_stream - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_chacha20_stream" }, { "name" : "p_chacha20_stream - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_chacha20_stream" }, { "name" : "p_chacha20_stream - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_chacha20_stream" }, { "name" : "p_chacha20_stream - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_chacha20_stream" }, { "name" : "p_chacha20_stream - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_chacha20_stream" }, { "name" : "p_chacha20_stream - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_chacha20_stream" }, { "name" : "p_chacha20_stream - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_chacha20_stream" }, { "name" : "p_chacha20_stream - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_chacha20_stream" }, { "name" : "p_chacha20_stream - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_chacha20_stream" }, { "name" : "p_chacha20_stream - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_chacha20_stream" }, { "name" : "p_chacha20_stream - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_chacha20_stream" }, { "name" : "p_chacha20_stream - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_chacha20_stream" }, { "name" : "p_chacha20_stream - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_chacha20_stream" }, { "name" : "p_chacha20_stream - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_chacha20_stream" }, { "name" : "p_chacha20_stream - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_chacha20_stream" }, { "name" : "p_chacha20_stream - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_chacha20_stream" }, { "name" : "p_chacha20_stream - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_chacha20_stream" }, { "name" : "p_chacha20_stream - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_chacha20_stream" }, { "name" : "p_chacha20_same_ptr - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_chacha20_same_ptr" }, { "name" : "p_chacha20_same_ptr - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_chacha20_same_ptr" }, { "name" : "p_chacha20_same_ptr - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_chacha20_same_ptr" }, { "name" : "p_chacha20_same_ptr - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_chacha20_same_ptr" }, { "name" : "p_chacha20_same_ptr - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_chacha20_same_ptr" }, { "name" : "p_chacha20_same_ptr - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_chacha20_same_ptr" }, { "name" : "p_chacha20_same_ptr - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_chacha20_same_ptr" }, { "name" : "p_chacha20_same_ptr - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_chacha20_same_ptr" }, { "name" : "p_chacha20_same_ptr - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_chacha20_same_ptr" }, { "name" : "p_chacha20_same_ptr - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_chacha20_same_ptr" }, { "name" : "p_chacha20_same_ptr - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_chacha20_same_ptr" }, { "name" : "p_chacha20_same_ptr - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_chacha20_same_ptr" }, { "name" : "p_chacha20_same_ptr - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_chacha20_same_ptr" }, { "name" : "p_chacha20_same_ptr - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_chacha20_same_ptr" }, { "name" : "p_chacha20_same_ptr - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_chacha20_same_ptr" }, { "name" : "p_chacha20_same_ptr - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_chacha20_same_ptr" }, { "name" : "p_chacha20_same_ptr - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_chacha20_same_ptr" }, { "name" : "p_chacha20_same_ptr - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_chacha20_same_ptr" }, { "name" : "p_chacha20_same_ptr - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_chacha20_same_ptr" }, { "name" : "p_chacha20_same_ptr - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_chacha20_same_ptr" }, { "name" : "p_hchacha20 - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_hchacha20" }, { "name" : "p_hchacha20 - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_hchacha20" }, { "name" : "p_hchacha20 - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_hchacha20" }, { "name" : "p_hchacha20 - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_hchacha20" }, { "name" : "p_hchacha20 - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_hchacha20" }, { "name" : "p_hchacha20 - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_hchacha20" }, { "name" : "p_hchacha20 - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_hchacha20" }, { "name" : "p_hchacha20 - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_hchacha20" }, { "name" : "p_hchacha20 - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_hchacha20" }, { "name" : "p_hchacha20 - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_hchacha20" }, { "name" : "p_hchacha20 - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_hchacha20" }, { "name" : "p_hchacha20 - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_hchacha20" }, { "name" : "p_hchacha20 - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_hchacha20" }, { "name" : "p_hchacha20 - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_hchacha20" }, { "name" : "p_hchacha20 - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_hchacha20" }, { "name" : "p_hchacha20 - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_hchacha20" }, { "name" : "p_hchacha20 - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_hchacha20" }, { "name" : "p_hchacha20 - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_hchacha20" }, { "name" : "p_hchacha20 - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_hchacha20" }, { "name" : "p_hchacha20 - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_hchacha20" }, { "name" : "p_poly1305 - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_poly1305" }, { "name" : "p_poly1305 - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_poly1305" }, { "name" : "p_poly1305 - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_poly1305" }, { "name" : "p_poly1305 - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_poly1305" }, { "name" : "p_poly1305 - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_poly1305" }, { "name" : "p_poly1305 - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_poly1305" }, { "name" : "p_poly1305 - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_poly1305" }, { "name" : "p_poly1305 - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_poly1305" }, { "name" : "p_poly1305 - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_poly1305" }, { "name" : "p_poly1305 - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_poly1305" }, { "name" : "p_poly1305 - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_poly1305" }, { "name" : "p_poly1305 - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_poly1305" }, { "name" : "p_poly1305 - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_poly1305" }, { "name" : "p_poly1305 - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_poly1305" }, { "name" : "p_poly1305 - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_poly1305" }, { "name" : "p_poly1305 - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_poly1305" }, { "name" : "p_poly1305 - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_poly1305" }, { "name" : "p_poly1305 - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_poly1305" }, { "name" : "p_poly1305 - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_poly1305" }, { "name" : "p_poly1305 - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_poly1305" }, { "name" : "p_poly1305_overlap - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_poly1305_overlap" }, { "name" : "p_poly1305_overlap - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_poly1305_overlap" }, { "name" : "p_poly1305_overlap - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_poly1305_overlap" }, { "name" : "p_poly1305_overlap - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_poly1305_overlap" }, { "name" : "p_poly1305_overlap - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_poly1305_overlap" }, { "name" : "p_poly1305_overlap - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_poly1305_overlap" }, { "name" : "p_poly1305_overlap - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_poly1305_overlap" }, { "name" : "p_poly1305_overlap - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_poly1305_overlap" }, { "name" : "p_poly1305_overlap - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_poly1305_overlap" }, { "name" : "p_poly1305_overlap - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_poly1305_overlap" }, { "name" : "p_poly1305_overlap - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_poly1305_overlap" }, { "name" : "p_poly1305_overlap - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_poly1305_overlap" }, { "name" : "p_poly1305_overlap - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_poly1305_overlap" }, { "name" : "p_poly1305_overlap - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_poly1305_overlap" }, { "name" : "p_poly1305_overlap - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_poly1305_overlap" }, { "name" : "p_poly1305_overlap - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_poly1305_overlap" }, { "name" : "p_poly1305_overlap - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_poly1305_overlap" }, { "name" : "p_poly1305_overlap - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_poly1305_overlap" }, { "name" : "p_poly1305_overlap - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_poly1305_overlap" }, { "name" : "p_poly1305_overlap - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_poly1305_overlap" }, { "name" : "p_blake2b - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_blake2b" }, { "name" : "p_blake2b - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_blake2b" }, { "name" : "p_blake2b - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_blake2b" }, { "name" : "p_blake2b - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_blake2b" }, { "name" : "p_blake2b - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_blake2b" }, { "name" : "p_blake2b - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_blake2b" }, { "name" : "p_blake2b - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_blake2b" }, { "name" : "p_blake2b - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_blake2b" }, { "name" : "p_blake2b - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_blake2b" }, { "name" : "p_blake2b - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_blake2b" }, { "name" : "p_blake2b - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_blake2b" }, { "name" : "p_blake2b - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_blake2b" }, { "name" : "p_blake2b - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_blake2b" }, { "name" : "p_blake2b - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_blake2b" }, { "name" : "p_blake2b - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_blake2b" }, { "name" : "p_blake2b - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_blake2b" }, { "name" : "p_blake2b - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_blake2b" }, { "name" : "p_blake2b - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_blake2b" }, { "name" : "p_blake2b - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_blake2b" }, { "name" : "p_blake2b - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_blake2b" }, { "name" : "p_blake2b_overlap - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_blake2b_overlap" }, { "name" : "p_blake2b_overlap - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_blake2b_overlap" }, { "name" : "p_blake2b_overlap - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_blake2b_overlap" }, { "name" : "p_blake2b_overlap - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_blake2b_overlap" }, { "name" : "p_blake2b_overlap - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_blake2b_overlap" }, { "name" : "p_blake2b_overlap - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_blake2b_overlap" }, { "name" : "p_blake2b_overlap - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_blake2b_overlap" }, { "name" : "p_blake2b_overlap - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_blake2b_overlap" }, { "name" : "p_blake2b_overlap - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_blake2b_overlap" }, { "name" : "p_blake2b_overlap - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_blake2b_overlap" }, { "name" : "p_blake2b_overlap - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_blake2b_overlap" }, { "name" : "p_blake2b_overlap - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_blake2b_overlap" }, { "name" : "p_blake2b_overlap - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_blake2b_overlap" }, { "name" : "p_blake2b_overlap - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_blake2b_overlap" }, { "name" : "p_blake2b_overlap - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_blake2b_overlap" }, { "name" : "p_blake2b_overlap - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_blake2b_overlap" }, { "name" : "p_blake2b_overlap - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_blake2b_overlap" }, { "name" : "p_blake2b_overlap - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_blake2b_overlap" }, { "name" : "p_blake2b_overlap - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_blake2b_overlap" }, { "name" : "p_blake2b_overlap - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_blake2b_overlap" }, { "name" : "p_sha512 - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_sha512" }, { "name" : "p_sha512 - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_sha512" }, { "name" : "p_sha512 - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_sha512" }, { "name" : "p_sha512 - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_sha512" }, { "name" : "p_sha512 - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_sha512" }, { "name" : "p_sha512 - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_sha512" }, { "name" : "p_sha512 - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_sha512" }, { "name" : "p_sha512 - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_sha512" }, { "name" : "p_sha512 - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_sha512" }, { "name" : "p_sha512 - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_sha512" }, { "name" : "p_sha512 - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_sha512" }, { "name" : "p_sha512 - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_sha512" }, { "name" : "p_sha512 - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_sha512" }, { "name" : "p_sha512 - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_sha512" }, { "name" : "p_sha512 - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_sha512" }, { "name" : "p_sha512 - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_sha512" }, { "name" : "p_sha512 - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_sha512" }, { "name" : "p_sha512 - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_sha512" }, { "name" : "p_sha512 - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_sha512" }, { "name" : "p_sha512 - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_sha512" }, { "name" : "p_sha512_overlap - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_sha512_overlap" }, { "name" : "p_sha512_overlap - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_sha512_overlap" }, { "name" : "p_sha512_overlap - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_sha512_overlap" }, { "name" : "p_sha512_overlap - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_sha512_overlap" }, { "name" : "p_sha512_overlap - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_sha512_overlap" }, { "name" : "p_sha512_overlap - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_sha512_overlap" }, { "name" : "p_sha512_overlap - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_sha512_overlap" }, { "name" : "p_sha512_overlap - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_sha512_overlap" }, { "name" : "p_sha512_overlap - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_sha512_overlap" }, { "name" : "p_sha512_overlap - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_sha512_overlap" }, { "name" : "p_sha512_overlap - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_sha512_overlap" }, { "name" : "p_sha512_overlap - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_sha512_overlap" }, { "name" : "p_sha512_overlap - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_sha512_overlap" }, { "name" : "p_sha512_overlap - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_sha512_overlap" }, { "name" : "p_sha512_overlap - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_sha512_overlap" }, { "name" : "p_sha512_overlap - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_sha512_overlap" }, { "name" : "p_sha512_overlap - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_sha512_overlap" }, { "name" : "p_sha512_overlap - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_sha512_overlap" }, { "name" : "p_sha512_overlap - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_sha512_overlap" }, { "name" : "p_sha512_overlap - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_sha512_overlap" }, { "name" : "p_hmac_sha512 - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_hmac_sha512" }, { "name" : "p_hmac_sha512 - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_hmac_sha512" }, { "name" : "p_hmac_sha512 - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_hmac_sha512" }, { "name" : "p_hmac_sha512 - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_hmac_sha512" }, { "name" : "p_hmac_sha512 - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_hmac_sha512" }, { "name" : "p_hmac_sha512 - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_hmac_sha512" }, { "name" : "p_hmac_sha512 - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_hmac_sha512" }, { "name" : "p_hmac_sha512 - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_hmac_sha512" }, { "name" : "p_hmac_sha512 - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_hmac_sha512" }, { "name" : "p_hmac_sha512 - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_hmac_sha512" }, { "name" : "p_hmac_sha512 - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_hmac_sha512" }, { "name" : "p_hmac_sha512 - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_hmac_sha512" }, { "name" : "p_hmac_sha512 - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_hmac_sha512" }, { "name" : "p_hmac_sha512 - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_hmac_sha512" }, { "name" : "p_hmac_sha512 - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_hmac_sha512" }, { "name" : "p_hmac_sha512 - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_hmac_sha512" }, { "name" : "p_hmac_sha512 - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_hmac_sha512" }, { "name" : "p_hmac_sha512 - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_hmac_sha512" }, { "name" : "p_hmac_sha512 - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_hmac_sha512" }, { "name" : "p_hmac_sha512 - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_hmac_sha512" }, { "name" : "p_hmac_sha512_overlap - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_hmac_sha512_overlap" }, { "name" : "p_hmac_sha512_overlap - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_hmac_sha512_overlap" }, { "name" : "p_hmac_sha512_overlap - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_hmac_sha512_overlap" }, { "name" : "p_hmac_sha512_overlap - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_hmac_sha512_overlap" }, { "name" : "p_hmac_sha512_overlap - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_hmac_sha512_overlap" }, { "name" : "p_hmac_sha512_overlap - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_hmac_sha512_overlap" }, { "name" : "p_hmac_sha512_overlap - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_hmac_sha512_overlap" }, { "name" : "p_hmac_sha512_overlap - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_hmac_sha512_overlap" }, { "name" : "p_hmac_sha512_overlap - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_hmac_sha512_overlap" }, { "name" : "p_hmac_sha512_overlap - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_hmac_sha512_overlap" }, { "name" : "p_hmac_sha512_overlap - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_hmac_sha512_overlap" }, { "name" : "p_hmac_sha512_overlap - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_hmac_sha512_overlap" }, { "name" : "p_hmac_sha512_overlap - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_hmac_sha512_overlap" }, { "name" : "p_hmac_sha512_overlap - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_hmac_sha512_overlap" }, { "name" : "p_hmac_sha512_overlap - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_hmac_sha512_overlap" }, { "name" : "p_hmac_sha512_overlap - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_hmac_sha512_overlap" }, { "name" : "p_hmac_sha512_overlap - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_hmac_sha512_overlap" }, { "name" : "p_hmac_sha512_overlap - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_hmac_sha512_overlap" }, { "name" : "p_hmac_sha512_overlap - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_hmac_sha512_overlap" }, { "name" : "p_hmac_sha512_overlap - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_hmac_sha512_overlap" }, { "name" : "p_argon2i_easy - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_argon2i_easy" }, { "name" : "p_argon2i_easy - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_argon2i_easy" }, { "name" : "p_argon2i_easy - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_argon2i_easy" }, { "name" : "p_argon2i_easy - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_argon2i_easy" }, { "name" : "p_argon2i_easy - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_argon2i_easy" }, { "name" : "p_argon2i_easy - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_argon2i_easy" }, { "name" : "p_argon2i_easy - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_argon2i_easy" }, { "name" : "p_argon2i_easy - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_argon2i_easy" }, { "name" : "p_argon2i_easy - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_argon2i_easy" }, { "name" : "p_argon2i_easy - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_argon2i_easy" }, { "name" : "p_argon2i_easy - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_argon2i_easy" }, { "name" : "p_argon2i_easy - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_argon2i_easy" }, { "name" : "p_argon2i_easy - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_argon2i_easy" }, { "name" : "p_argon2i_easy - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_argon2i_easy" }, { "name" : "p_argon2i_easy - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_argon2i_easy" }, { "name" : "p_argon2i_easy - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_argon2i_easy" }, { "name" : "p_argon2i_easy - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_argon2i_easy" }, { "name" : "p_argon2i_easy - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_argon2i_easy" }, { "name" : "p_argon2i_easy - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_argon2i_easy" }, { "name" : "p_argon2i_easy - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_argon2i_easy" }, { "name" : "p_argon2i_overlap - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_argon2i_overlap" }, { "name" : "p_argon2i_overlap - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_argon2i_overlap" }, { "name" : "p_argon2i_overlap - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_argon2i_overlap" }, { "name" : "p_argon2i_overlap - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_argon2i_overlap" }, { "name" : "p_argon2i_overlap - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_argon2i_overlap" }, { "name" : "p_argon2i_overlap - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_argon2i_overlap" }, { "name" : "p_argon2i_overlap - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_argon2i_overlap" }, { "name" : "p_argon2i_overlap - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_argon2i_overlap" }, { "name" : "p_argon2i_overlap - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_argon2i_overlap" }, { "name" : "p_argon2i_overlap - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_argon2i_overlap" }, { "name" : "p_argon2i_overlap - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_argon2i_overlap" }, { "name" : "p_argon2i_overlap - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_argon2i_overlap" }, { "name" : "p_argon2i_overlap - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_argon2i_overlap" }, { "name" : "p_argon2i_overlap - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_argon2i_overlap" }, { "name" : "p_argon2i_overlap - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_argon2i_overlap" }, { "name" : "p_argon2i_overlap - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_argon2i_overlap" }, { "name" : "p_argon2i_overlap - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_argon2i_overlap" }, { "name" : "p_argon2i_overlap - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_argon2i_overlap" }, { "name" : "p_argon2i_overlap - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_argon2i_overlap" }, { "name" : "p_argon2i_overlap - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_argon2i_overlap" }, { "name" : "p_x25519_overlap - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_x25519_overlap" }, { "name" : "p_x25519_overlap - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_x25519_overlap" }, { "name" : "p_x25519_overlap - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_x25519_overlap" }, { "name" : "p_x25519_overlap - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_x25519_overlap" }, { "name" : "p_x25519_overlap - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_x25519_overlap" }, { "name" : "p_x25519_overlap - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_x25519_overlap" }, { "name" : "p_x25519_overlap - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_x25519_overlap" }, { "name" : "p_x25519_overlap - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_x25519_overlap" }, { "name" : "p_x25519_overlap - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_x25519_overlap" }, { "name" : "p_x25519_overlap - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_x25519_overlap" }, { "name" : "p_x25519_overlap - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_x25519_overlap" }, { "name" : "p_x25519_overlap - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_x25519_overlap" }, { "name" : "p_x25519_overlap - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_x25519_overlap" }, { "name" : "p_x25519_overlap - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_x25519_overlap" }, { "name" : "p_x25519_overlap - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_x25519_overlap" }, { "name" : "p_x25519_overlap - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_x25519_overlap" }, { "name" : "p_x25519_overlap - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_x25519_overlap" }, { "name" : "p_x25519_overlap - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_x25519_overlap" }, { "name" : "p_x25519_overlap - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_x25519_overlap" }, { "name" : "p_x25519_overlap - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_x25519_overlap" }, { "name" : "p_key_exchange_overlap - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_key_exchange_overlap" }, { "name" : "p_key_exchange_overlap - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_key_exchange_overlap" }, { "name" : "p_key_exchange_overlap - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_key_exchange_overlap" }, { "name" : "p_key_exchange_overlap - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_key_exchange_overlap" }, { "name" : "p_key_exchange_overlap - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_key_exchange_overlap" }, { "name" : "p_key_exchange_overlap - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_key_exchange_overlap" }, { "name" : "p_key_exchange_overlap - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_key_exchange_overlap" }, { "name" : "p_key_exchange_overlap - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_key_exchange_overlap" }, { "name" : "p_key_exchange_overlap - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_key_exchange_overlap" }, { "name" : "p_key_exchange_overlap - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_key_exchange_overlap" }, { "name" : "p_key_exchange_overlap - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_key_exchange_overlap" }, { "name" : "p_key_exchange_overlap - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_key_exchange_overlap" }, { "name" : "p_key_exchange_overlap - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_key_exchange_overlap" }, { "name" : "p_key_exchange_overlap - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_key_exchange_overlap" }, { "name" : "p_key_exchange_overlap - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_key_exchange_overlap" }, { "name" : "p_key_exchange_overlap - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_key_exchange_overlap" }, { "name" : "p_key_exchange_overlap - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_key_exchange_overlap" }, { "name" : "p_key_exchange_overlap - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_key_exchange_overlap" }, { "name" : "p_key_exchange_overlap - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_key_exchange_overlap" }, { "name" : "p_key_exchange_overlap - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_key_exchange_overlap" }, { "name" : "p_eddsa_roundtrip - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_eddsa_roundtrip" }, { "name" : "p_eddsa_roundtrip - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_eddsa_roundtrip" }, { "name" : "p_eddsa_roundtrip - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_eddsa_roundtrip" }, { "name" : "p_eddsa_roundtrip - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_eddsa_roundtrip" }, { "name" : "p_eddsa_roundtrip - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_eddsa_roundtrip" }, { "name" : "p_eddsa_roundtrip - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_eddsa_roundtrip" }, { "name" : "p_eddsa_roundtrip - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_eddsa_roundtrip" }, { "name" : "p_eddsa_roundtrip - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_eddsa_roundtrip" }, { "name" : "p_eddsa_roundtrip - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_eddsa_roundtrip" }, { "name" : "p_eddsa_roundtrip - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_eddsa_roundtrip" }, { "name" : "p_eddsa_roundtrip - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_eddsa_roundtrip" }, { "name" : "p_eddsa_roundtrip - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_eddsa_roundtrip" }, { "name" : "p_eddsa_roundtrip - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_eddsa_roundtrip" }, { "name" : "p_eddsa_roundtrip - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_eddsa_roundtrip" }, { "name" : "p_eddsa_roundtrip - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_eddsa_roundtrip" }, { "name" : "p_eddsa_roundtrip - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_eddsa_roundtrip" }, { "name" : "p_eddsa_roundtrip - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_eddsa_roundtrip" }, { "name" : "p_eddsa_roundtrip - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_eddsa_roundtrip" }, { "name" : "p_eddsa_roundtrip - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_eddsa_roundtrip" }, { "name" : "p_eddsa_roundtrip - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_eddsa_roundtrip" }, { "name" : "p_eddsa_random - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_eddsa_random" }, { "name" : "p_eddsa_random - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_eddsa_random" }, { "name" : "p_eddsa_random - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_eddsa_random" }, { "name" : "p_eddsa_random - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_eddsa_random" }, { "name" : "p_eddsa_random - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_eddsa_random" }, { "name" : "p_eddsa_random - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_eddsa_random" }, { "name" : "p_eddsa_random - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_eddsa_random" }, { "name" : "p_eddsa_random - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_eddsa_random" }, { "name" : "p_eddsa_random - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_eddsa_random" }, { "name" : "p_eddsa_random - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_eddsa_random" }, { "name" : "p_eddsa_random - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_eddsa_random" }, { "name" : "p_eddsa_random - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_eddsa_random" }, { "name" : "p_eddsa_random - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_eddsa_random" }, { "name" : "p_eddsa_random - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_eddsa_random" }, { "name" : "p_eddsa_random - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_eddsa_random" }, { "name" : "p_eddsa_random - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_eddsa_random" }, { "name" : "p_eddsa_random - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_eddsa_random" }, { "name" : "p_eddsa_random - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_eddsa_random" }, { "name" : "p_eddsa_random - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_eddsa_random" }, { "name" : "p_eddsa_random - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_eddsa_random" }, { "name" : "p_eddsa_overlap - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_eddsa_overlap" }, { "name" : "p_eddsa_overlap - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_eddsa_overlap" }, { "name" : "p_eddsa_overlap - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_eddsa_overlap" }, { "name" : "p_eddsa_overlap - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_eddsa_overlap" }, { "name" : "p_eddsa_overlap - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_eddsa_overlap" }, { "name" : "p_eddsa_overlap - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_eddsa_overlap" }, { "name" : "p_eddsa_overlap - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_eddsa_overlap" }, { "name" : "p_eddsa_overlap - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_eddsa_overlap" }, { "name" : "p_eddsa_overlap - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_eddsa_overlap" }, { "name" : "p_eddsa_overlap - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_eddsa_overlap" }, { "name" : "p_eddsa_overlap - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_eddsa_overlap" }, { "name" : "p_eddsa_overlap - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_eddsa_overlap" }, { "name" : "p_eddsa_overlap - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_eddsa_overlap" }, { "name" : "p_eddsa_overlap - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_eddsa_overlap" }, { "name" : "p_eddsa_overlap - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_eddsa_overlap" }, { "name" : "p_eddsa_overlap - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_eddsa_overlap" }, { "name" : "p_eddsa_overlap - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_eddsa_overlap" }, { "name" : "p_eddsa_overlap - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_eddsa_overlap" }, { "name" : "p_eddsa_overlap - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_eddsa_overlap" }, { "name" : "p_eddsa_overlap - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_eddsa_overlap" }, { "name" : "p_eddsa_incremental - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_eddsa_incremental" }, { "name" : "p_eddsa_incremental - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_eddsa_incremental" }, { "name" : "p_eddsa_incremental - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_eddsa_incremental" }, { "name" : "p_eddsa_incremental - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_eddsa_incremental" }, { "name" : "p_eddsa_incremental - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_eddsa_incremental" }, { "name" : "p_eddsa_incremental - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_eddsa_incremental" }, { "name" : "p_eddsa_incremental - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_eddsa_incremental" }, { "name" : "p_eddsa_incremental - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_eddsa_incremental" }, { "name" : "p_eddsa_incremental - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_eddsa_incremental" }, { "name" : "p_eddsa_incremental - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_eddsa_incremental" }, { "name" : "p_eddsa_incremental - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_eddsa_incremental" }, { "name" : "p_eddsa_incremental - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_eddsa_incremental" }, { "name" : "p_eddsa_incremental - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_eddsa_incremental" }, { "name" : "p_eddsa_incremental - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_eddsa_incremental" }, { "name" : "p_eddsa_incremental - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_eddsa_incremental" }, { "name" : "p_eddsa_incremental - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_eddsa_incremental" }, { "name" : "p_eddsa_incremental - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_eddsa_incremental" }, { "name" : "p_eddsa_incremental - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_eddsa_incremental" }, { "name" : "p_eddsa_incremental - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_eddsa_incremental" }, { "name" : "p_eddsa_incremental - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_eddsa_incremental" }, { "name" : "p_aead - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_aead" }, { "name" : "p_aead - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_aead" }, { "name" : "p_aead - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_aead" }, { "name" : "p_aead - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_aead" }, { "name" : "p_aead - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_aead" }, { "name" : "p_aead - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_aead" }, { "name" : "p_aead - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_aead" }, { "name" : "p_aead - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_aead" }, { "name" : "p_aead - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_aead" }, { "name" : "p_aead - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_aead" }, { "name" : "p_aead - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_aead" }, { "name" : "p_aead - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_aead" }, { "name" : "p_aead - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_aead" }, { "name" : "p_aead - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_aead" }, { "name" : "p_aead - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_aead" }, { "name" : "p_aead - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_aead" }, { "name" : "p_aead - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_aead" }, { "name" : "p_aead - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_aead" }, { "name" : "p_aead - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_aead" }, { "name" : "p_aead - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_aead" }, { "name" : "p_elligator_direct_msb - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_elligator_direct_msb" }, { "name" : "p_elligator_direct_msb - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_elligator_direct_msb" }, { "name" : "p_elligator_direct_msb - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_elligator_direct_msb" }, { "name" : "p_elligator_direct_msb - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_elligator_direct_msb" }, { "name" : "p_elligator_direct_msb - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_elligator_direct_msb" }, { "name" : "p_elligator_direct_msb - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_elligator_direct_msb" }, { "name" : "p_elligator_direct_msb - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_elligator_direct_msb" }, { "name" : "p_elligator_direct_msb - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_elligator_direct_msb" }, { "name" : "p_elligator_direct_msb - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_elligator_direct_msb" }, { "name" : "p_elligator_direct_msb - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_elligator_direct_msb" }, { "name" : "p_elligator_direct_msb - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_elligator_direct_msb" }, { "name" : "p_elligator_direct_msb - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_elligator_direct_msb" }, { "name" : "p_elligator_direct_msb - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_elligator_direct_msb" }, { "name" : "p_elligator_direct_msb - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_elligator_direct_msb" }, { "name" : "p_elligator_direct_msb - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_elligator_direct_msb" }, { "name" : "p_elligator_direct_msb - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_elligator_direct_msb" }, { "name" : "p_elligator_direct_msb - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_elligator_direct_msb" }, { "name" : "p_elligator_direct_msb - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_elligator_direct_msb" }, { "name" : "p_elligator_direct_msb - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_elligator_direct_msb" }, { "name" : "p_elligator_direct_msb - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_elligator_direct_msb" }, { "name" : "p_elligator_direct_overlap - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_elligator_direct_overlap" }, { "name" : "p_elligator_direct_overlap - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_elligator_direct_overlap" }, { "name" : "p_elligator_direct_overlap - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_elligator_direct_overlap" }, { "name" : "p_elligator_direct_overlap - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_elligator_direct_overlap" }, { "name" : "p_elligator_direct_overlap - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_elligator_direct_overlap" }, { "name" : "p_elligator_direct_overlap - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_elligator_direct_overlap" }, { "name" : "p_elligator_direct_overlap - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_elligator_direct_overlap" }, { "name" : "p_elligator_direct_overlap - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_elligator_direct_overlap" }, { "name" : "p_elligator_direct_overlap - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_elligator_direct_overlap" }, { "name" : "p_elligator_direct_overlap - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_elligator_direct_overlap" }, { "name" : "p_elligator_direct_overlap - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_elligator_direct_overlap" }, { "name" : "p_elligator_direct_overlap - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_elligator_direct_overlap" }, { "name" : "p_elligator_direct_overlap - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_elligator_direct_overlap" }, { "name" : "p_elligator_direct_overlap - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_elligator_direct_overlap" }, { "name" : "p_elligator_direct_overlap - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_elligator_direct_overlap" }, { "name" : "p_elligator_direct_overlap - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_elligator_direct_overlap" }, { "name" : "p_elligator_direct_overlap - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_elligator_direct_overlap" }, { "name" : "p_elligator_direct_overlap - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_elligator_direct_overlap" }, { "name" : "p_elligator_direct_overlap - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_elligator_direct_overlap" }, { "name" : "p_elligator_direct_overlap - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_elligator_direct_overlap" }, { "name" : "p_elligator_inverse_overlap - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_elligator_inverse_overlap" }, { "name" : "p_elligator_inverse_overlap - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_elligator_inverse_overlap" }, { "name" : "p_elligator_inverse_overlap - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_elligator_inverse_overlap" }, { "name" : "p_elligator_inverse_overlap - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_elligator_inverse_overlap" }, { "name" : "p_elligator_inverse_overlap - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_elligator_inverse_overlap" }, { "name" : "p_elligator_inverse_overlap - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_elligator_inverse_overlap" }, { "name" : "p_elligator_inverse_overlap - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_elligator_inverse_overlap" }, { "name" : "p_elligator_inverse_overlap - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_elligator_inverse_overlap" }, { "name" : "p_elligator_inverse_overlap - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_elligator_inverse_overlap" }, { "name" : "p_elligator_inverse_overlap - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_elligator_inverse_overlap" }, { "name" : "p_elligator_inverse_overlap - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_elligator_inverse_overlap" }, { "name" : "p_elligator_inverse_overlap - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_elligator_inverse_overlap" }, { "name" : "p_elligator_inverse_overlap - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_elligator_inverse_overlap" }, { "name" : "p_elligator_inverse_overlap - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_elligator_inverse_overlap" }, { "name" : "p_elligator_inverse_overlap - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_elligator_inverse_overlap" }, { "name" : "p_elligator_inverse_overlap - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_elligator_inverse_overlap" }, { "name" : "p_elligator_inverse_overlap - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_elligator_inverse_overlap" }, { "name" : "p_elligator_inverse_overlap - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_elligator_inverse_overlap" }, { "name" : "p_elligator_inverse_overlap - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_elligator_inverse_overlap" }, { "name" : "p_elligator_inverse_overlap - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_elligator_inverse_overlap" }, { "name" : "p_elligator_x25519 - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_elligator_x25519" }, { "name" : "p_elligator_x25519 - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_elligator_x25519" }, { "name" : "p_elligator_x25519 - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_elligator_x25519" }, { "name" : "p_elligator_x25519 - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_elligator_x25519" }, { "name" : "p_elligator_x25519 - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_elligator_x25519" }, { "name" : "p_elligator_x25519 - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_elligator_x25519" }, { "name" : "p_elligator_x25519 - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_elligator_x25519" }, { "name" : "p_elligator_x25519 - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_elligator_x25519" }, { "name" : "p_elligator_x25519 - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_elligator_x25519" }, { "name" : "p_elligator_x25519 - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_elligator_x25519" }, { "name" : "p_elligator_x25519 - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_elligator_x25519" }, { "name" : "p_elligator_x25519 - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_elligator_x25519" }, { "name" : "p_elligator_x25519 - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_elligator_x25519" }, { "name" : "p_elligator_x25519 - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_elligator_x25519" }, { "name" : "p_elligator_x25519 - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_elligator_x25519" }, { "name" : "p_elligator_x25519 - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_elligator_x25519" }, { "name" : "p_elligator_x25519 - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_elligator_x25519" }, { "name" : "p_elligator_x25519 - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_elligator_x25519" }, { "name" : "p_elligator_x25519 - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_elligator_x25519" }, { "name" : "p_elligator_x25519 - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_elligator_x25519" }, { "name" : "p_elligator_key_pair - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_elligator_key_pair" }, { "name" : "p_elligator_key_pair - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_elligator_key_pair" }, { "name" : "p_elligator_key_pair - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_elligator_key_pair" }, { "name" : "p_elligator_key_pair - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_elligator_key_pair" }, { "name" : "p_elligator_key_pair - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_elligator_key_pair" }, { "name" : "p_elligator_key_pair - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_elligator_key_pair" }, { "name" : "p_elligator_key_pair - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_elligator_key_pair" }, { "name" : "p_elligator_key_pair - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_elligator_key_pair" }, { "name" : "p_elligator_key_pair - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_elligator_key_pair" }, { "name" : "p_elligator_key_pair - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_elligator_key_pair" }, { "name" : "p_elligator_key_pair - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_elligator_key_pair" }, { "name" : "p_elligator_key_pair - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_elligator_key_pair" }, { "name" : "p_elligator_key_pair - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_elligator_key_pair" }, { "name" : "p_elligator_key_pair - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_elligator_key_pair" }, { "name" : "p_elligator_key_pair - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_elligator_key_pair" }, { "name" : "p_elligator_key_pair - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_elligator_key_pair" }, { "name" : "p_elligator_key_pair - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_elligator_key_pair" }, { "name" : "p_elligator_key_pair - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_elligator_key_pair" }, { "name" : "p_elligator_key_pair - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_elligator_key_pair" }, { "name" : "p_elligator_key_pair - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_elligator_key_pair" }, { "name" : "p_elligator_key_pair_overlap - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_elligator_key_pair_overlap" }, { "name" : "p_elligator_key_pair_overlap - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_elligator_key_pair_overlap" }, { "name" : "p_elligator_key_pair_overlap - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_elligator_key_pair_overlap" }, { "name" : "p_elligator_key_pair_overlap - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_elligator_key_pair_overlap" }, { "name" : "p_elligator_key_pair_overlap - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_elligator_key_pair_overlap" }, { "name" : "p_elligator_key_pair_overlap - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_elligator_key_pair_overlap" }, { "name" : "p_elligator_key_pair_overlap - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_elligator_key_pair_overlap" }, { "name" : "p_elligator_key_pair_overlap - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_elligator_key_pair_overlap" }, { "name" : "p_elligator_key_pair_overlap - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_elligator_key_pair_overlap" }, { "name" : "p_elligator_key_pair_overlap - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_elligator_key_pair_overlap" }, { "name" : "p_elligator_key_pair_overlap - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_elligator_key_pair_overlap" }, { "name" : "p_elligator_key_pair_overlap - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_elligator_key_pair_overlap" }, { "name" : "p_elligator_key_pair_overlap - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_elligator_key_pair_overlap" }, { "name" : "p_elligator_key_pair_overlap - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_elligator_key_pair_overlap" }, { "name" : "p_elligator_key_pair_overlap - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_elligator_key_pair_overlap" }, { "name" : "p_elligator_key_pair_overlap - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_elligator_key_pair_overlap" }, { "name" : "p_elligator_key_pair_overlap - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_elligator_key_pair_overlap" }, { "name" : "p_elligator_key_pair_overlap - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_elligator_key_pair_overlap" }, { "name" : "p_elligator_key_pair_overlap - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_elligator_key_pair_overlap" }, { "name" : "p_elligator_key_pair_overlap - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_elligator_key_pair_overlap" }, { "name" : "p_x25519_inverse - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse_overlap - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_x25519_inverse_overlap" }, { "name" : "p_x25519_inverse_overlap - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_x25519_inverse_overlap" }, { "name" : "p_x25519_inverse_overlap - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_x25519_inverse_overlap" }, { "name" : "p_x25519_inverse_overlap - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_x25519_inverse_overlap" }, { "name" : "p_x25519_inverse_overlap - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_x25519_inverse_overlap" }, { "name" : "p_x25519_inverse_overlap - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_x25519_inverse_overlap" }, { "name" : "p_x25519_inverse_overlap - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_x25519_inverse_overlap" }, { "name" : "p_x25519_inverse_overlap - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_x25519_inverse_overlap" }, { "name" : "p_x25519_inverse_overlap - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_x25519_inverse_overlap" }, { "name" : "p_x25519_inverse_overlap - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_x25519_inverse_overlap" }, { "name" : "p_x25519_inverse_overlap - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_x25519_inverse_overlap" }, { "name" : "p_x25519_inverse_overlap - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_x25519_inverse_overlap" }, { "name" : "p_x25519_inverse_overlap - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_x25519_inverse_overlap" }, { "name" : "p_x25519_inverse_overlap - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_x25519_inverse_overlap" }, { "name" : "p_x25519_inverse_overlap - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_x25519_inverse_overlap" }, { "name" : "p_x25519_inverse_overlap - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_x25519_inverse_overlap" }, { "name" : "p_x25519_inverse_overlap - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_x25519_inverse_overlap" }, { "name" : "p_x25519_inverse_overlap - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_x25519_inverse_overlap" }, { "name" : "p_x25519_inverse_overlap - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_x25519_inverse_overlap" }, { "name" : "p_x25519_inverse_overlap - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_x25519_inverse_overlap" }, { "name" : "p_from_eddsa - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_from_eddsa" }, { "name" : "p_from_eddsa - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_from_eddsa" }, { "name" : "p_from_eddsa - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_from_eddsa" }, { "name" : "p_from_eddsa - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_from_eddsa" }, { "name" : "p_from_eddsa - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_from_eddsa" }, { "name" : "p_from_eddsa - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_from_eddsa" }, { "name" : "p_from_eddsa - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_from_eddsa" }, { "name" : "p_from_eddsa - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_from_eddsa" }, { "name" : "p_from_eddsa - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_from_eddsa" }, { "name" : "p_from_eddsa - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_from_eddsa" }, { "name" : "p_from_eddsa - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_from_eddsa" }, { "name" : "p_from_eddsa - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_from_eddsa" }, { "name" : "p_from_eddsa - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_from_eddsa" }, { "name" : "p_from_eddsa - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_from_eddsa" }, { "name" : "p_from_eddsa - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_from_eddsa" }, { "name" : "p_from_eddsa - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_from_eddsa" }, { "name" : "p_from_eddsa - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_from_eddsa" }, { "name" : "p_from_eddsa - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_from_eddsa" }, { "name" : "p_from_eddsa - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_from_eddsa" }, { "name" : "p_from_eddsa - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_from_eddsa" }, { "name" : "p_from_ed25519 - sparc_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_64" , "main" : "p_from_ed25519" }, { "name" : "p_from_ed25519 - sparc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" , "main" : "p_from_ed25519" }, { "name" : "p_from_ed25519 - x86_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" , "main" : "p_from_ed25519" }, { "name" : "p_from_ed25519 - x86_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_64" , "main" : "p_from_ed25519" }, { "name" : "p_from_ed25519 - x86_16" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" , "main" : "p_from_ed25519" }, { "name" : "p_from_ed25519 - x86_16_huge" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16_huge" , "main" : "p_from_ed25519" }, { "name" : "p_from_ed25519 - x86_win32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win32" , "main" : "p_from_ed25519" }, { "name" : "p_from_ed25519 - x86_win64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" , "main" : "p_from_ed25519" }, { "name" : "p_from_ed25519 - armeb_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" , "main" : "p_from_ed25519" }, { "name" : "p_from_ed25519 - arm_eabi" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" , "main" : "p_from_ed25519" }, { "name" : "p_from_ed25519 - aarch64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" , "main" : "p_from_ed25519" }, { "name" : "p_from_ed25519 - aarch64eb" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64eb" , "main" : "p_from_ed25519" }, { "name" : "p_from_ed25519 - rv64ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" , "main" : "p_from_ed25519" }, { "name" : "p_from_ed25519 - rv32ifdq" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv32ifdq" , "main" : "p_from_ed25519" }, { "name" : "p_from_ed25519 - mips_o32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_o32" , "main" : "p_from_ed25519" }, { "name" : "p_from_ed25519 - mips_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_n32" , "main" : "p_from_ed25519" }, { "name" : "p_from_ed25519 - mips_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" , "main" : "p_from_ed25519" }, { "name" : "p_from_ed25519 - mipsel_64" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_64" , "main" : "p_from_ed25519" }, { "name" : "p_from_ed25519 - mipsel_n32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "mipsel_n32" , "main" : "p_from_ed25519" }, { "name" : "p_from_ed25519 - apple_ppc_32" -, "files" : ["src/monocypher.c", "src/optional/monocypher-ed25519.c", "tests/test.c" ] -, "compilation_cmd": "-Isrc -Isrc/optional" +, "files" : + [ "src/monocypher.c" + , "src/optional/monocypher-ed25519.c", + , "tests/utils.c" + , "tests/test.c" + ] +, "compilation_cmd": "-Isrc -Isrc/optional -Itests" , "machdep" : "apple_ppc_32" , "main" : "p_from_ed25519" }