Zero Knowledge (ZK) Jobs

857 jobs found

web3.career is now part of the Bondex Logo Bondex Ecosystem

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

Electron Labs

Gurgaon, India

$35k - $65k

Electron Labs

India

$50k - $100k

Electron Labs

India

$13k - $24k

Electron Labs

India

$24k - $36k

Ripple

London, United Kingdom

$74k - $100k

Consensys

Remote

$54k - $75k

Aragon Association

Remote

$36k - $61k

Newton

Remote

$67k - $90k

Blockswap network

San Francisco, CA, United States

$80k - $110k

Litentry

Germany

$60k - $80k

Ripple

San Francisco, CA, United States

Maple

Remote

$54k - $90k

Panther Protocol

New York, NY, United States

$40k - $70k

Discreet Labs

Palo Alto, CA, United States

Ripple

San Francisco, CA, United States

$74k - $110k

Cryptography Engineer: zksnark

Electron Labs
$35k - $65k

This job is closed

About Electron Labs

Electron Labs is building a protocol to make various blockchains interoperable. Our goal is to enable cross-chain contracts to connect with each other in the same way as same-chain contracts connect i.e., via function calls. We have developed a new in-house tech called Bi-Directional Light Client that allows a smart contract to independently verify whether the cross-chain transactions submitted to it are valid. We further use ZK-SNARKS to reduce the gas cost of running the light client on-chain.

Check out our developer docs - https://docs.electronlabs.org/

Desired Qualifications

Must Have’s

  1. In-depth understanding of Number Theory, Discrete Mathematics, and Cryptography.
  2. Deep knowledge of basic cryptographic algorithms such as SHA-3, elliptical curve cryptography.

Good to Have’s

  1. Mathematical understanding of zero-knowledge proofs.
  2. Previous experience with any zero-knowledge developer tools like zokrates, circom-snarkjs, or any other is highly preferred and sought after.
  3. A general understanding of blockchains and preferably some work.

Roles and Responsibilities

  1. Implement various cryptographic algorithms such as SHA-3, ED25519 signatures, etc in Circom language (Domain Specific Language for Zero-knowledge).
  2. You will be assigned one blockchain (Ethereum /Polygon /NEAR /tendermint /Polkadot/Aleo). You will be required to implement the light client of this blockchain in Circom language
  3. Maintain zk-prover infrastructure (cloud machine and codebase)
  4. Write kickass documentation.

Electron Labs focuses on Technology and Blockchains. Their company has offices in Gurgaon and New Delhi. They have a small team that's between 11-50 employees. To date, Electron Labs has raised $500k of funding; their latest round was closed on February 2022.

You can view their website at https://electronlabs.org/ or find them on Twitter, Facebook, LinkedIn, and Product Hunt.

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.