-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
26 lines (18 loc) · 936 Bytes
/
Copy pathNOTICE
File metadata and controls
26 lines (18 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PyR0 - Python Interface for RISC Zero zkVM
Copyright 2024 Gary Robinson
This project is based on PyR0 (https://github.com/l2iterative/pyr0prover-python)
Copyright 2024 L2 Iterative
## Original Project
The original PyR0 project by L2 Iterative focused on distributed proof generation
for RISC Zero using Dask and Ray frameworks. It was released under dual MIT and
Apache 2.0 licenses.
## This Fork
This fork extends PyR0 with additional features including:
- Sparse Merkle tree implementation with Poseidon hash
- Enhanced serialization helpers for guest programs
- Improved Python interface for RISC Zero operations
## Licensing
This project maintains compatibility with the original dual-license structure:
- Original PyR0 code remains under MIT OR Apache 2.0 license
- New contributions in this fork are also offered under MIT OR Apache 2.0 license
Users may choose to comply with either the MIT or Apache 2.0 license terms.