This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I contributed to the ZKOPRU Trusted Setup Multi-Party Ceremony. | |
The following are my contribution signatures: | |
Circuit: zk_transaction_1_2 | |
Contributor # 454 | |
Hash: bf61d160 b7c6c3fb 6ab2ce28 bc6faa59 | |
bda509ad 03c053a9 cf3bdc8b 0ce0e4a8 | |
e112168e f05921f6 c4b6ebe1 e43abb5f | |
ec0426cf 3eff2de5 35c9d070 bc46e304 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <list> | |
#include <stack> | |
#include <queue> | |
#include <set> | |
#include <map> | |
#include <algorithm> | |
#include <iostream> | |
#include <sstream> | |
#include <cstdio> | |
#include <cstdlib> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// solution using standard max-flow | |
#include <list> | |
#include <stack> | |
#include <queue> | |
#include <set> | |
#include <map> | |
#include <algorithm> | |
#include <iostream> | |
#include <sstream> | |
#include <cstdio> |