Skip to content

Commit

Permalink
List added crates
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Aug 15, 2024
1 parent 522967a commit ac27c24
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ This repository contains the protocol libraries for ZKsync project,
including the implementation of out-of-circuit and in-circuit VM,
as well as utilities required for witness generation and CPU proving.

## Crates

The project contains the following crates:

- [zk_evm_abstractions](./crates/zk_evm_abstractions/)
- [zkevm_opcode_defs](./crates/zkevm_opcode_defs/)
- [zkevm-assembly](./crates/zkEVM-assembly)
- [zkevm_circuits](./crates/zkevm_circuits/)
- [zk_evm](./crates/zk_evm/)
- [circuit_defintions](./crates/circuit_definitions/)
- [circuit_encodings](./crates/circuit_encodings/)
- [kzg](./crates/kzg/)
- [zkevm_test_harness](./crates/zkevm_test_harness/)

## License

Licensed under either of
Expand Down

0 comments on commit ac27c24

Please sign in to comment.