Skip to content

finalitylabs/snark-challenge

 
 

Repository files navigation

snark-challenge

Coda + Dekrypt: The SNARK Challenge - Reference Material

This repo contains CPU reference code and runner tools for the Coda + Dekrypt SNARK Challenge.

It compiles under Ubuntu 18.04 with some stock libraries added. The code is meant to be used as a reference point for doing accelerated implementations. Any accelerated implementations should generate identical output for given random inputs as the reference code.

To test compiling and running, you can use a prebuilt docker image:

docker run -it codaprotocol/snark-challenge:latest

To interact with the container content (this repo):

docker run -it --rm --entrypoint /bin/bash codaprotocol/snark-challenge

About

Coda + Dekrypt: The SNARK Challenge - Reference Material

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.5%
  • Assembly 4.1%
  • Python 3.7%
  • C 0.9%
  • OCaml 0.8%
  • CMake 0.5%
  • Other 1.5%