Skip to content

Veridise/Coda

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Coda

Certified circom circuits in Coq.

Requirements

How to set up for development

make install-fiat-crypto
make install-coqprime
  • For auditing purposes, you can use the command 'make audit' to disable warnings.

  • For development, you can use the command 'make dev' to compile the library.

Development tips

  • Before starting working on a new source file, please add the file path to _Coqproject

  • If you need any other file from fiat-crypto that's absent in this repo:

    • remove comment lines for the desired file and its transitive dependencies in fiat-crypto/_Coqproject
    • rerun make install-fiat-crypto in project root directory
  • You might need to add the installation directory to the COQPATH environment variable.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages