plonk-pallet

Crates.ioplonk-pallet
lib.rsplonk-pallet
version0.2.2
sourcesrc
created_at2021-11-28 02:12:33.080758
updated_at2021-12-22 06:52:46.787835
descriptionzkSNARK plonk pallet
homepagehttps://github.com/PlasmNetwork/plonk/
repositoryhttps://github.com/PlasmNetwork/plonk/
max_upload_size
id488661
size2,242,864
(ashWhiteHat)

documentation

README

Plonk For Substrate

GitHub license crates.io badge Pallet Test
This is plonk pallet implemented as an extension of duck-network plonk.

Abstract

We implemented the plonk library as a pallet in order for developers to customize circuits and use the plonk protocol on Substrate runtime. This project allowed us to use following functionalities.

  • Custom circuit
  • Trusted setup
  • Generate proof
  • Verify proof

Reference

The tutorial importing plonk-pallet to your pallet and test these plonk functions.

The pallet dependencies rustdoc.

Commit count: 120

cargo fmt