Skip to content

Instantly share code, notes, and snippets.

View 0xmad's full-sized avatar

Anton 0xmad

  • Canada, MB
View GitHub Profile
@0xmad
0xmad / maci-v3_attestation.log
Created April 3, 2026 19:00
Attestation for MACI v3 MPC Phase 2 Trusted Setup ceremony
Hey, I'm 0xmad-14254374 and I have contributed to the MACI v3 MPC Phase2 Trusted Setup ceremony.
The following are my contribution signatures:
Circuit # 1 (messageprocessorfull_14-125-3)
Contributor # 5
Contribution Hash: 5b4db49c 86de9bb7 b21b89f0 d6b391ea
8ff6a822 5e82887b 4d22a8b1 a2bdb481
9fdc2e2a 7684f7f0 f433cf17 146960fb
f6bda4b4 267c0c59 8aab42c7 317c3e96
@0xmad
0xmad / maci-v2-trusted-setup-ceremony_attestation.log
Created August 14, 2024 16:22
Attestation for MACI v2 Trusted Setup Ceremony MPC Phase 2 Trusted Setup ceremony
Hey, I'm 0xmad-14254374 and I have contributed to the MACI v2 Trusted Setup Ceremony.
The following are my contribution signatures:
Circuit # 1 (processmessages_14-9-2-3)
Contributor # 33
Contribution Hash:
6cb41ecf cebbbe54 d0aa343d de68bb16
fda60d73 3e83fd5d 4f936cb6 fdfd8ef5
48af5c2e 32e977e0 9797a217 6246fdde
63b220f4 29f09dfb dab63d69 cb8f0ee1
@0xmad
0xmad / maci-v1-2-0-trusted-setup-ceremony_attestation.log
Created February 28, 2024 21:02
Attestation for MACI V1.2.0 Trusted Setup Ceremony MPC Phase 2 Trusted Setup ceremony
Hey, I'm 0xmad-14254374 and I have contributed to the MACI V1.2.0 Trusted Setup Ceremony.
The following are my contribution signatures:
Circuit # 1 (maci-processmessages_6-9-2-3)
Contributor # 7
Contribution Hash:
301fad56 8e8b52ce e4781577 11e244c7
884bd677 d0b67911 41b597fd 6258d1c4
4df72757 7e482a8b 9c7c249a e092d5af
6ae77f9b cdbfb820 7babe93b 03216a18
$(function () {
function showTooltip(x, y, contents) {
$('<div id="tooltip">' + contents + '</div>').css({
position: 'absolute',
display: 'none',
top: y + 5,
left: x + 15,
border: '1px solid #000',
padding: '4px 6px',
color: '#fff',
$(function () {
function showTooltip(x, y, contents) {
$('<div id="tooltip">' + contents + '</div>').css({
position: 'absolute',
display: 'none',
top: y + 5,
left: x + 15,
border: '1px solid #000',
padding: '4px 6px',
color: '#fff',
{"settings":{"layout":"compact","prefix":"sprite","padding":5,"uri":false,"stylesheet":"css"},"canvas":{"sprites":{"0":{"name":"fb_icon","src":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAuCAYAAAC8jpA0AAAHMElEQVRoQ+2Zf2zU5R3HX3e9FlppOwrBKaCbg5iNTJnOEJ1Epk4XlOkSheiEskSXOJX4IwIOkAoHmmwUlqnLjP4jlrVEWIVuikjCOmSZ6RAdbGAVUSpSgf6itfR6d9/l3fs+3Pfuvnf3/daDv3ySb9q7fp7neT2f5/35fJ7v0wDDaTVWFcXMBK4FpmJxCTAWCAAWcIIAh4C9wC4G+Rs1gY7hTOXWR5N4b6ut6cR5BLgVKPbekUEs668EYmtZWtzso5+rqTfo1db3iLMWuOmrTgjWdqJ9j1JTvt/eFd9D5ocOWw8DzwAjfI+evcMA0f6l1JTV2uCSlOeWHbrGChHiRaDa82h+DaOROrYtvo9/rj3tx+vu0ButIg7yMgHu9svh236w/1Wa5lTz760Cj3vp7w4dttYAj3oZoCA2Az3Ps7LyMSDiBTwTepV1CxZNBYHxM8iJA3ez7rt/8QKeCl1jlRHiA2C8n/kKYhuPtrNx7lXsq/8CGMzl8VTosLUYeLogEMMZpPPj37LmEs3fC0SzBWcSWsHXyqdYXDic+QrSJxb9grUTp9F17ATQD8RyV8SVgz8lEHp9OJNXjoDuAX89Tb3P6HWw6Vesn9UI9Nj6zsjhxtMBwrF1EFzgb2q4dAw0z4Unm+FPe/L3riqFu6ZA/X44KV+mt86P6lkz6QngJPClm7eT0CvjbxMIXJ1/2qTFxZWwax5MqICYBfNegw0qzi6tpAge+iHMvxxmNcDh7iwz9XfuY1XVHOA4ICsFZYq3DXSQsNVun9Q8cX9zFPxjHkwanTQX+OzNsPlA6hDy7K
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Redux Infinite Scroll by RealScout</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/main.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
{
"name": "ReactChat",
"version": "1.0.0",
"text": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/jest --env=dev --verbose",
"serve:dev": "./node_modules/.bin/webpack-dev-server --env=dev --hot --profile --colors --no-inline",
"build:dev": "./node_modules/.bin/webpack --env=dev --progress --profile --colors",
"build:prod": "./node_modules/.bin/webpack --env=prod --progress --profile --colors"
{
"name": "ReactChat",
"version": "1.0.0",
"text": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/jest --env=dev --verbose",
"serve:dev": "./node_modules/.bin/webpack-dev-server --env=dev --hot --profile --colors --no-inline",
"build:dev": "./node_modules/.bin/webpack --env=dev --progress --profile --colors",
"build:prod": "./node_modules/.bin/webpack --env=prod --progress --profile --colors"
{
"name": "ReactChat",
"version": "1.0.0",
"text": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/jest --env=dev --verbose",
"serve:dev": "./node_modules/.bin/webpack-dev-server --env=dev --hot --profile --colors --no-inline",
"build:dev": "./node_modules/.bin/webpack --env=dev --progress --profile --colors",
"build:prod": "./node_modules/.bin/webpack --env=prod --progress --profile --colors"