Skip to content

Instantly share code, notes, and snippets.

@kazuakiishiguro
kazuakiishiguro / rln-trusted-setup-ceremony_attestation.log
Created August 8, 2023 23:56
Attestation for RLN Trusted Setup Ceremony MPC Phase 2 Trusted Setup ceremony
Hey, I'm kazuakiishiguro-34567195 and I have contributed to the RLN Trusted Setup Ceremony MPC Phase2 Trusted Setup ceremony.
The following are my contribution signatures:
Circuit # 1 (rln-withdraw)
Contributor # 33
Contribution Hash: c7d03fba a21f41b8 a70567c7 e795edef
7f9e9cdc fb801600 08156a8e 17c5e64e
f8f75be7 bdd95bb1 ff281d1b 7dc4817f
33a783b7 87990d20 782feef1 dad4f2a4
@kazuakiishiguro
kazuakiishiguro / meetingbullshit.org
Last active May 9, 2023 13:11
ミーティングについて

ミーティングについて思う事

更新2021-10-13
作者@KazuakiIshiguro
バージョン2021-10-13
URLhttps://kazuaki.dev

概要

これは自分個人の経験かつ感想である。

@kazuakiishiguro
kazuakiishiguro / attestation.txt
Created April 2, 2021 01:34
ZKOPRU trusted setup attestation
I contributed to the ZKOPRU Trusted Setup Multi-Party Ceremony.
The following are my contribution signatures:
Circuit: zk_transaction_1_2
Contributor # 326
Hash: 8f2c0b24 1412fca4 89517d0c 20f79d96
c0fc1dee bfdb542b d8f03bda a417b80c
509990fd b212b96d 344250e8 1428896b
7a4cdace 6714fad2 c9a317fd 11509c70
@kazuakiishiguro
kazuakiishiguro / Verifier.sol
Created September 7, 2020 09:51
exported Verifier
//
// Copyright 2017 Christian Reitwiessner
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
// The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTW
use std::io::{self, BufRead, Write};
fn prompt<R, W>(mut reader: R, mut writer: W, question: &str) -> String
where
R: BufRead,
W: Write,
{
write!(&mut writer, "{}", question).expect("Unable to write");
let mut s = String::new();
reader.read_line(&mut s).expect("Unable to read");
@kazuakiishiguro
kazuakiishiguro / rust_install.sh
Last active October 19, 2020 01:16
rust install and update script
#!/bin/bash
set -eu
echo "Installing rust"
if !(type "cargo" > /dev/null 2>&1); then
curl https://sh.rustup.rs -sSf | sh
source ~/.bashrc
else

Keybase proof

I hereby claim:

To claim this, I am signing this object: