https://github.com/sec-bit/zkpod-params
Public parameters for zkPoD-node
https://github.com/sec-bit/zkpod-params
Last synced: 5 months ago
JSON representation
Public parameters for zkPoD-node
- Host: GitHub
- URL: https://github.com/sec-bit/zkpod-params
- Owner: sec-bit
- Created: 2019-07-12T04:09:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T07:16:37.000Z (almost 7 years ago)
- Last Synced: 2025-06-29T21:43:54.565Z (about 1 year ago)
- Homepage:
- Size: 13.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zkPoD-params
This repo hosts public parameters for [zkPoD-node](https://github.com/sec-bit/zkPoD-node) - a decentralized system for perfect fair data exchange.
Folder [zksnark_key](zksnark_key/) holds zkPoD zkSNARK parameters, including the proving key and verifying key.
It is generated by the *trusted setup* in [zkPoD-lib](https://github.com/sec-bit/zkPoD-lib/blob/2ba770ac526c233ae8c9c7bdf401f4b9cc18c99c/pod_setup/atomic_swap_vc_keypair_generator.cc#L77). **But it is only for testing purpose by now and should not be trusted.**
We may need a ceremony for zkSNARK public parameter generation [like Zcash did](https://z.cash/technology/paramgen) or join an MPC ceremony like [gnosis/powersoftau](https://github.com/gnosis/powersoftau#instructions) shortly.