Skip to content
View NMCarv's full-sized avatar
🏗️
Building decentralized stuff
🏗️
Building decentralized stuff

Organizations

@GatewayLabs

Block or report NMCarv

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
NMCarv/README.md

👋 Hi, I'm Nuno

I'm a builder from Portugal 🇵🇹 working at the intersection of cryptography, decentralized systems, and privacy-preserving compute. I do full-stack development and infrastructure from time to time too.

🧠 What I’m Working On

Currently, I’m building a decentralized private compute protocol based on performant, verifiable MPC technology supporting confidential arithmetic operations on integers and booleans.

💼 My Technical Stack

  • Languages: Rust · Go · TypeScript · Solidity · JavaScript
  • Cryptography: Garbled Circuits (WRK17) · MPC (Shamir) · ElGamal · ECDSA
  • Smart Contracts: Ethereum (Remix) · Solana · L2-ready architecture
  • Systems: IPFS · SeaweedFS · Decentralized Identity (DIDs)
  • Tooling: GitHub Actions · Docker · Postman · Vite · Tailwind · React · Next.js
  • Cloud: Amazon Web Services (AWS) · Google Cloud Platform (GCP)

📈 Goals

  • Prove real-world usability of private compute beyond academia.
  • Open-source meaningful components of the protocol for collaboration.
  • Help shift the industry toward user-sovereign computation and storage.

🌱 Currently Exploring

  • Multiparty computation for multi-user private compute flows.
  • Advanced circuit optimizations to reduce round complexity.
  • zk-SNARK integration for compact verifiability of circuit outputs.

🤝 Let’s Connect

Whether you're a cryptography nerd, systems engineer, or privacy advocate — I’m always open to chat.


“Build for the world you want to live in — one where privacy, performance, and usability are not mutually exclusive.”

Pinned Loading

  1. elgamal.sol elgamal.sol Public

    Fully EVM compatible implementation of the ElGamal cryptosystem

    Solidity 2

  2. pre_tfhe_poc pre_tfhe_poc Public

    Rust