Zero Knowledge (ZK) Jobs

761 jobs found

Receive emails of Zero Knowledge (ZK) Jobs
Job Position Company Posted Location Salary Tags

Aztec

Remote

$72k - $77k

Aztec

Remote

$81k - $95k

Logos

New York, NY, United States

$63k - $68k

Vac

New York, NY, United States

$63k - $68k

Starkware

Remote

$175k - $240k

Sphere

United States

$103k - $195k

Sphere

United States

$90k - $115k

Polar Bear Systems.

United States

$175k - $240k

Nexus

San Francisco, CA, United States

$81k - $150k

Siddha Privacy,Inc.

Los Angeles, CA, United States

$190k - $280k

NIOV LABS

San Francisco, CA, United States

$72k - $100k

Provable

San Francisco, CA, United States

$90k - $112k

Aztec

Remote

$45k - $62k

Boston Quantara

New York, NY, United States

$250k - $400k

Albert Bow

New York, NY, United States

$400k

Aztec
$72k - $77k estimated
Remote
Apply

About Aztec At Aztec, our goal is to add privacy to Ethereum. In the current public blockchain paradigm, users and entities unknowingly broadcast data in the public, compromising privacy and security to get trustlessness. Not only are unencrypted blockchains inherently privacy-exposing, they require significant redundancy to compute and verify the legitimacy of transactions. Implementing scalable encryption in a public blockchain paradigm requires cutting-edge math and engineering. Thankfully, our team of scientists and engineers invented Plonk, the industry-standard zkSNARK, and Noir, the universal language of zero knowledge. Now, we’re building a first of its kind Layer 2 with private smart contracts. This requires new cryptographic primitives, a zero-knowledge DSL for writing contracts, a privacy-friendly execution environment, a carefully designed set of circuits that prove the validity of the chain to L1, a decentralized block-building and proving mechanism, and a top-tier user and developer experience. And it’s now time to bring it to market. We’ve raised $125 million from industry-leading investors including a16z crypto, Paradigm, Variant, Consensys, and a_capital, and we’re growing quickly.Role Overview As a Software Engineer in Applied Cryptography, you will contribute to building, optimizing, and securing Barretenberg, our state-of-the-art cryptography library. This is a highly technical role focused on advancing zero-knowledge (zk) technology, with opportunities to work across our stack to enable privacy-preserving solutions in Web3. Your contributions will directly influence the scalability, security, and functionality of decentralized applications. Key Responsibilities

Core Cryptography Development:

Deliver robust, secure, and high-performance contributions to Barretenberg, our cryptography library. Optimize core protocols for speed and efficiency. Refactor code to enhance clarity, maintainability, and auditability.

Feature Enablement Across the Stack:

Implement memory-constrained proving in WASM environments. Update and enhance verifier smart contracts. Improve horizontal scaling for rollup provers. Contribute to Noir, our domain-specific language (DSL) for zero-knowledge circuits. Develop and optimize the AVM (Algebraic Virtual Machine) for non-private function execution.

Security and Audits:

Conduct rigorous testing and audits with a focus on secure cryptographic implementation. Take part in security event response, ensuring system integrity during critical events.

Qualifications

Experience:

Demonstrable expertise in C++ or Rust development.

Mindset:

Pragmatic and security-first approach to software development. Strong mathematical foundation with an enthusiasm for privacy-preserving technologies.

Skills:

Exceptional problem-solving and debugging skills. Well-developed organizational and team communication capabilities.

Preferred Experience

Minimum 3 years of industry experience in software engineering. Knowledge of zk-SNARKs or similar zero-knowledge proof systems (e.g., STARKs). Strong foundation in mathematics and cryptography, including:

Abstract algebra, elliptic curves, signature schemes, and hash functions.

Advanced degree in Computer Science, Mathematics, Cryptography, or a related technical field (or equivalent experience). Familiarity with security analysis, such as:

Auditing, red teaming, or building formal security tools (e.g., fuzzers).

Passion for the Web3 and blockchain space. Located in the UK or US.

What we offer:

A highly competitive compensation package (including equity) Flexible and remote work environment 25 days holiday + bank holidays annually An opportunity to work at the cutting edge of blockchain with a world class cryptography and engineering team Aztec Labs is an equal opportunity employer and we value creativity, diversity, and intellectual curiosity. If you're passionate about leveraging your creative talents to make a real-world impact, and if you want to be part of a team that's shaping the future of digital privacy, then we would love to hear from you.

⬇
Apply Now

What is Zero-knowledge?

Zero-knowledge is a concept in cryptography that allows two parties to exchange information without revealing any additional information beyond what is necessary to prove a particular fact

In other words, zero-knowledge is a way of proving something without actually revealing any details about the proof

Here are some examples of zero-knowledge:

  1. Password authentication: When you enter your password to log into an online account, the server doesn't actually know your password. Instead, it checks to see if the hash of your password matches the stored hash in its database. This is a form of zero-knowledge because the server doesn't know your actual password, just the hash that proves you know the correct password.
  2. Sudoku puzzles: Suppose you want to prove to someone that you've solved a particularly difficult Sudoku puzzle. You could do this by providing them with the completed puzzle, but that would reveal how you solved it. Instead, you could use a zero-knowledge proof where you demonstrate that you know the solution without actually revealing the solution itself.
  3. Bitcoin transactions: In a Bitcoin transaction, you prove that you have ownership of a certain amount of Bitcoin without revealing your private key. This is done using a zero-knowledge proof called a Schnorr signature, which allows you to prove ownership of a specific transaction output without revealing the private key associated with that output.
  4. Secure messaging: In a secure messaging app, you can prove to your contacts that you have access to a shared secret without revealing the secret itself. This is done using a zero-knowledge proof, which allows you to prove that you have access to the secret without actually revealing what the secret is.