#blockchain #zk-sync

zksync_tee_verifier

ZKsync library for TEE verification

16 releases (1 unstable)

new 29.6.0-non-semver-compat Nov 17, 2025
29.4.1-non-semver-compat Sep 30, 2025
29.0.0-non-semver-compat Jul 29, 2025
28.10.0-non-semver-compat Jul 25, 2025
0.1.0 Jul 15, 2024

#158 in Magic Beans

Download history 153/week @ 2025-07-23 62/week @ 2025-07-30 31/week @ 2025-08-20 141/week @ 2025-08-27 50/week @ 2025-09-03 132/week @ 2025-09-17 174/week @ 2025-09-24 89/week @ 2025-10-01 122/week @ 2025-10-15 1/week @ 2025-10-22

123 downloads per month
Used in 4 crates (2 directly)

MIT/Apache

4.5MB
98K SLoC

ZKsync Era: A ZK Rollup For Scaling Ethereum

Logo

ZKsync Era is a layer 2 rollup that uses zero-knowledge proofs to scale Ethereum without compromising on security or decentralization. Since it's EVM compatible (Solidity/Vyper), 99% of Ethereum projects can redeploy without refactoring or re-auditing a single line of code. ZKsync Era also uses an LLVM-based compiler that will eventually let developers write smart contracts in C++, Rust and other popular languages.

Documentation

The most recent documentation can be found here:

Policies

License

ZKsync Era is distributed under the terms of either

at your option.

Disclaimer

ZKsync Era has been through lots of testing and audits. Although it is live, it is still in alpha state and will go through more audits and bug bounty programs. We would love to hear our community's thoughts and suggestions about it! It is important to state that forking it now can potentially lead to missing important security updates, critical features, and performance improvements.


lib.rs:

Tee verifier

Verifies that a L1Batch has the expected root hash after executing the VM and verifying all the accessed memory slots by their merkle path.

Dependencies

~119MB
~2M SLoC