plonkish-cat 0.1.0

PLONKish circuit system built on comp-cat-rs: circuits as morphisms in a free category
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "comp-cat-rs"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e3cf9126ad516112d240ef4e6fbf131d60099e8941648df049fd3b7f58faf2f"

[[package]]
name = "plonkish-cat"
version = "0.1.0"
dependencies = [
 "comp-cat-rs",
]