diff --git a/crates/plume/src/constants.nr b/crates/plume/src/constants.nr index 7317f5e..b61aeac 100644 --- a/crates/plume/src/constants.nr +++ b/crates/plume/src/constants.nr @@ -1,6 +1,6 @@ use std::bigint::Secpk1Fq; -global MSG_LEN =32; +global MSG_LEN = 32; global PLUME_MSG_LEN = MSG_LEN + 33; // Because a point is added, which is compressed to 33 bytes global ZERO = Secpk1Fq::from_le_bytes(&[0]); diff --git a/crates/use/Prover.toml b/crates/use/Prover.toml index 62587c5..cf666fb 100644 --- a/crates/use/Prover.toml +++ b/crates/use/Prover.toml @@ -1,5 +1,5 @@ -c = ["186", "217", "157", "10", "108", "109", "227", "149", "216", "41", "65", "164", "87", "91", "227", "181", "252", "195", "25", "219", "174", "106", "80", "176", "177", "247", "6", "28", "18", "71", "197", "198"] -msg = ["208", "27", "34", "34", "100", "69", "44", "3", "6", "135", "6", "7", "77", "43", "218", "151", "134", "2", "0", "126", "44", "7", "211", "32", "221", "49", "97", "220", "50", "6", "210", "49"] -nullifier = [["177", "110", "128", "190", "112", "44", "85", "224", "67", "89", "172", "249", "43", "2", "133", "49", "9", "191", "26", "196", "20", "177", "113", "11", "231", "108", "63", "53", "56", "56", "157", "60"], ["67", "123", "56", "84", "16", "184", "253", "129", "177", "46", "10", "211", "149", "36", "175", "102", "194", "94", "96", "48", "135", "205", "196", "130", "124", "121", "75", "38", "68", "39", "177", "109"]] -pk = [["39", "64", "111", "207", "178", "103", "56", "217", "76", "183", "203", "253", "144", "215", "76", "191", "254", "177", "239", "179", "73", "242", "246", "54", "194", "75", "201", "223", "186", "10", "26", "165"], ["185", "185", "58", "0", "127", "83", "150", "235", "169", "158", "197", "80", "6", "225", "8", "122", "147", "137", "72", "0", "110", "156", "3", "211", "87", "46", "105", "77", "119", "166", "86", "123"]] -s = ["255", "23", "37", "97", "196", "38", "168", "122", "127", "185", "124", "4", "63", "62", "90", "222", "31", "242", "252", "126", "194", "88", "115", "173", "115", "237", "200", "210", "200", "184", "226", "179"] +c = ["188", "202", "188", "143", "94", "174", "38", "11", "45", "67", "188", "66", "206", "111", "72", "64", "180", "31", "20", "252", "39", "53", "4", "113", "88", "0", "87", "255", "35", "207", "87", "231"] +msg = ["52", "151", "250", "145", "108", "135", "66", "46", "38", "148", "174", "155", "54", "238", "41", "121", "146", "66", "16", "81", "32", "73", "201", "183", "31", "240", "128", "112", "57", "218", "49", "207"] +nullifier = [["17", "144", "74", "180", "31", "90", "22", "93", "227", "228", "71", "83", "205", "159", "166", "183", "152", "220", "19", "90", "191", "104", "153", "109", "81", "186", "60", "221", "25", "84", "73", "157"], ["108", "134", "126", "106", "164", "105", "44", "157", "218", "73", "231", "155", "159", "92", "51", "242", "159", "242", "108", "73", "175", "244", "212", "25", "236", "187", "107", "10", "161", "119", "111", "109"]] +pk = [["26", "108", "54", "164", "217", "160", "133", "236", "177", "59", "149", "36", "65", "111", "94", "143", "145", "110", "235", "12", "149", "228", "250", "249", "232", "184", "193", "74", "249", "21", "2", "171"], ["39", "68", "24", "19", "143", "49", "223", "231", "119", "122", "253", "159", "208", "245", "160", "237", "171", "119", "118", "12", "83", "170", "67", "72", "235", "38", "211", "31", "208", "153", "31", "187"]] +s = ["97", "138", "19", "136", "93", "247", "202", "169", "235", "97", "97", "238", "81", "123", "7", "110", "0", "7", "36", "39", "239", "243", "17", "150", "5", "6", "103", "10", "216", "112", "62", "23"] diff --git a/tests/gen_data.sage b/tests/gen_data.sage index 4d1789d..5745874 100644 --- a/tests/gen_data.sage +++ b/tests/gen_data.sage @@ -94,4 +94,6 @@ if __name__ == "__main__": update_plume_version(is_v1) update_MSG_LEN_variable(msg_len) - update_prover_toml(prover_toml_path, is_v1, msg_len) + + + #update_prover_toml(prover_toml_path, is_v1, msg_len)