You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Update Plonky3 dependency and adapt to breaking API changes: (#43)
- AirBuilder: replace type M with PreprocessedWindow, MainWindow, PublicVar
- Use RowWindow/WindowAccess instead of VerticalPair for preprocessed traces
- MerkleTreeMmcs: add arity generic parameter and cap_height constructor arg
- FriParameters: add max_log_arity field
- MerkleCap no longer Copy: add .clone() where needed
- Remove PreprocessedBuilder, AirBuilderWithPublicValues, BaseAirWithPublicValues
(functionality merged into AirBuilder/BaseAir)
- Expose cap_height and max_log_arity in public CommitmentParameters/FriParameters
- Add documentation to public types and fix stale doc comments
0 commit comments