This is a prototype implementation of the ShuffleZKP detection protocol.
Warning: The code is not audited and not for any serious commercial or real-world use case. Please use it only for educational purpose.
- Install Go(https://go.dev/doc/install).
First, go mod tidy to set up the dependencies.
go run dp_sum/dp_sum.gogo run vec_sum/vec_sum.gogo run vote/vote.gogo run aml/aml.gogo run blame/blame.go
Each one line will generate a csv file on the main directory for the experiment results.
Removed for anonymity