You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kevin Jue a415c95f6f
Refactor gate deserialization (#16)
2 years ago
..
data Consolidate gate test cases (#9) 2 years ago
arithmetic_extension_gate.go Refactor gate deserialization (#16) 2 years ago
arithmetic_gate.go Refactor gate deserialization (#16) 2 years ago
base_sum_gate.go Refactor gate deserialization (#16) 2 years ago
challenger.go Circuit modifications for recent Plonky2 changes (#5) 2 years ago
challenger_test.go Poseidon extension function versions, and finished PoseidonGate 2 years ago
constant_gate.go Refactor gate deserialization (#16) 2 years ago
coset_interpolation_gate.go Refactor gate deserialization (#16) 2 years ago
deserialize.go generate proof challenges instead of receiving through JSON 2 years ago
deserialize_test.go don't need challenges serialized 2 years ago
exponentiation_gate.go Refactor gate deserialization (#16) 2 years ago
fri.go Circuit modifications for recent Plonky2 changes (#5) 2 years ago
fri_test.go deserialize ProofChallenges (now works with plonky2 randomizing PI wires) 2 years ago
fri_utils.go Cleanup repo for release 2 years ago
gate.go Refactor gate deserialization (#16) 2 years ago
gate_test.go Coset Interpolation Gate (#15) 2 years ago
hash.go Cleanup repo for release 2 years ago
multiplication_extension_gate.go Refactor gate deserialization (#16) 2 years ago
noop_gate.go Refactor gate deserialization (#16) 2 years ago
plonk.go fix 2 years ago
plonk_test.go generate proof challenges instead of receiving through JSON 2 years ago
poseidon_gate.go Refactor gate deserialization (#16) 2 years ago
public_input_gate.go Refactor gate deserialization (#16) 2 years ago
quadratic_extension_test.go Poseidon extension function versions, and finished PoseidonGate 2 years ago
random_access_gate.go Refactor gate deserialization (#16) 2 years ago
reducing_extension_gate.go Refactor gate deserialization (#16) 2 years ago
reducing_gate.go Refactor gate deserialization (#16) 2 years ago
selectors.go fixes, cleanup, and deserialize ProofChallenges 2 years ago
structs.go generate proof challenges instead of receiving through JSON 2 years ago
utils.go some rearranging of the functions 2 years ago
vars.go reducing extension gate (#12) 2 years ago
verifier.go generate proof challenges instead of receiving through JSON 2 years ago
verifier_test.go generate proof challenges instead of receiving through JSON 2 years ago