Skip to content

Instantly share code, notes, and snippets.

@therealyingtong
therealyingtong / nocturne-v1_attestation.log
Created October 26, 2023 05:28
Attestation for nocturne-v1 MPC Phase 2 Trusted Setup ceremony
Hey, I'm therealyingtong-14323671 and I have contributed to the nocturne-v1 MPC Phase2 Trusted Setup ceremony.
The following are my contribution signatures:
Circuit # 1 (canonaddrsigcheck)
Contributor # 23
Contribution Hash: 81256674 6dd298fc 487edcaa 7eac0e6b
d2918e71 5a739491 09d98f98 6dbb9555
136341ba 63dd2bc5 88cc4551 dfbd6937
c7bb13bf 2b1fa883 6a8ecd12 e4198018
@therealyingtong
therealyingtong / debug.log
Created April 27, 2020 07:02
debug.log from failing prioritisetransaction.py
This file has been truncated, but you can view the full file.
2020-04-24 05:18:02
### Keybase proof
I hereby claim:
* I am therealyingtong on github.
* I am yingtong (https://keybase.io/yingtong) on keybase.
* I have a public key ASDP6oPBNNpHT0VblchanqwhyX26cki4Ep2ULYwSBtjWQQo
To claim this, I am signing this object:
@therealyingtong
therealyingtong / MiMCMerkle.sol
Last active July 17, 2019 13:39
MiMCMerkle.sol helper contract for RollupNC.sol
pragma solidity >=0.4.21;
contract MiMC {
function MiMCpe7(uint256,uint256) public pure returns(uint256) {}
}
contract MiMCMerkle{