Categorygithub.com/Teja2045/GNARK-Circuits
repositorypackage
0.0.1-beta
Repository: https://github.com/teja2045/gnark-circuits.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

GNARK Circuits

some zero knowledge circuit implementations using Gnark framework

Circuits

Mimc Hash Function

  • A simple Mimc Hash function verifier with BN254 curve

    Hash(data) == Expected Hash
    

Cube checker

  • A simple circuit that check cube of a number

    x^3 == y
    
  • X is the private input and y is the public input