Skip to content

ZKEmail Ether Email Auth v1 ceremony #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 76 additions & 0 deletions ceremonies/zkemail-ether-email-auth-v1-ceremony/p0tionConfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"title": "ZKEmail Ether Email Auth V1 Ceremony",
"description": "This is a trusted setup ceremony for the ether-email-auth circuits, used for email-based account recovery",
"startDate": "2024-11-20T00:00:00",
"endDate": "2024-11-27T23:59:59",
"timeoutMechanismType": "FIXED",
"penalty": 3,
"circuits": [
{
"description": "Ether Email Auth V1: Main Circuit with Body Parsing",
"compiler": {
"version": "2.1.9",
"commitHash": "2eaaa6dface934356972b34cab64b25d382e59de"
},
"template": {
"source": "https://github.com/zkemail/ether-email-auth/blob/main/packages/circuits/src/email_auth.circom",
"commitHash": "984b5919a9be715b743b08863ab6471c2b5356a6",
"paramsConfiguration": []
},
"verification": {
"cfOrVm": "CF"
},
"artifacts": {
"r1csStoragePath": "https://storage.googleapis.com/circom-ether-email-auth/v1.0.2/email_auth.r1cs",
"wasmStoragePath": "https://storage.googleapis.com/circom-ether-email-auth/v1.0.2/email_auth.wasm"
},
"name": "EmailAuth",
"fixedTimeWindow": 3,
"sequencePosition": 1
},
{
"description": "Ether Email Auth V1: Main Circuit with Subject Parsing",
"compiler": {
"version": "2.1.9",
"commitHash": "2eaaa6dface934356972b34cab64b25d382e59de"
},
"template": {
"source": "https://github.com/zkemail/ether-email-auth/blob/main/packages/circuits/src/email_auth_legacy.circom",
"commitHash": "984b5919a9be715b743b08863ab6471c2b5356a6",
"paramsConfiguration": []
},
"verification": {
"cfOrVm": "CF"
},
"artifacts": {
"r1csStoragePath": "https://storage.googleapis.com/circom-ether-email-auth-legacy/v1.0.2/email_auth_legacy.r1cs",
"wasmStoragePath": "https://storage.googleapis.com/circom-ether-email-auth-legacy/v1.0.2/email_auth_legacy.wasm"
},
"name": "EmailAuthLegacy",
"fixedTimeWindow": 3,
"sequencePosition": 2
},
{
"description": "Ether Email Auth V1: Main Circuit with Body Parsing and Recipient Commitment",
"compiler": {
"version": "2.1.9",
"commitHash": "2eaaa6dface934356972b34cab64b25d382e59de"
},
"template": {
"source": "https://github.com/zkemail/ether-email-auth/blob/main/packages/circuits/src/email_auth_with_recipient.circom",
"commitHash": "984b5919a9be715b743b08863ab6471c2b5356a6",
"paramsConfiguration": []
},
"verification": {
"cfOrVm": "CF"
},
"artifacts": {
"r1csStoragePath": "https://storage.googleapis.com/circom-ether-email-auth-with-recipient/v1.0.2/email_auth_with_recipient.r1cs",
"wasmStoragePath": "https://storage.googleapis.com/circom-ether-email-auth-with-recipient/v1.0.2/email_auth_with_recipient.wasm"
},
"name": "EmailAuthWithRecipient",
"fixedTimeWindow": 3,
"sequencePosition": 3
}
]
}