Skip to content

meekteek/circom_testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

circom_testing

Playing around with circom

HashwithSalt is a circuit using sha256 on a preimage that is composed of an input message and input salt.

bool_gates is a circuit writing out what the boolean gates (in the form 1=true, 0=false) look like in circom. This is something included in standard lib.

testing_constraints is a circuit that does simple arithmetic but makes sure that constaints are defined correctly. This is because while you can use all operations in circom computation for witness generation, you can only use quadratic expressions (where divison is not valid) in constraint generation While this example seems very simple, it shows something deeper about how to use and think about circom syntax and its affects. The act of using <-- is showing how more complicated functions can be defined and then constrained later. It allows for more simple witness generation while ensuring that the proper constraints can exist for proper proofs to be created.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages