Skip to content

Instantly share code, notes, and snippets.

View aalimsahin's full-sized avatar
🎯
Focusing

Alim Şahin aalimsahin

🎯
Focusing
View GitHub Profile
@aalimsahin
aalimsahin / zkemail-ether-email-auth-v1-ceremony_attestation.log
Created November 28, 2024 07:51
Attestation for ZKEmail Ether Email Auth V1 Ceremony MPC Phase 2 Trusted Setup ceremony
Hey, I'm aalimsahin-73793382 and I have contributed to the ZKEmail Ether Email Auth V1 Ceremony.
The following are my contribution signatures:
Circuit # 1 (emailauth)
Contributor # 16
Contribution Hash: 25cc3da5 d690f65c 3cf3dcba 9fde1903
40e8175a 0fb94300 89da653c 9297a637
425e99ec b40acef2 3ef42da6 43749851
f1842a7f 7f26172c d56c4619 a6ad6527
@aalimsahin
aalimsahin / Secureum.sol
Last active February 16, 2022 12:44
Secureum 201
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
// contract A {
// function foo() virtual public pure returns (string memory) {
// return "A'nin Foo'su";
// }
// function bor() virtual public pure returns (string memory) {