Skip to content

jdkanani/arguments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arguments

Simple knowledge arguments

Installation

To install all dependencies (this project uses poetry for package management)

$ make install

Usage

To run any module

$ poetry run python -m utils.utils

To test kate (KZG) commitment

$ poetry run python -m arguments.pcs.kzg

To create simple multiset argument proof and verify it

$ poetry run python -m arguments.multiset

To create simple permutation argument proof and verify it

$ poetry run python -m arguments.permutation

Credits and references

This repository heavily uses library and methods from https://github.com/ETHorHIL/Plonk_Py

About

Simple knowledge arguments in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published