11 Commits

Author SHA1 Message Date
Jaremy Creechley
50009d46d1
chunks 2023-12-07 22:49:45 -07:00
Jaremy Creechley
88b9bc270e
chunks 2023-12-07 22:46:05 -07:00
Jaremy Creechley
e3708b19a0
chunks 2023-12-07 22:33:37 -07:00
Jaremy Creechley
7067ee9984
updates 2023-12-07 22:03:48 -07:00
Jaremy Creechley
74a96e0504
setting up mpack basics 2023-12-06 00:45:41 -07:00
Jaremy Creechley
1bc67376b4
setting up mpack basics 2023-12-06 00:39:00 -07:00
Jaremy Creechley
833f01a7c2
setting up mpack basics 2023-12-06 00:23:15 -07:00
Jaremy Creechley
f107bdbb11
setting up mpack basics 2023-12-06 00:13:31 -07:00
Jaremy Creechley
abd77f1496
plumb in msgpack 2023-12-05 23:31:00 -07:00
Dmitriy Ryajov
f8e4b3e2da
extract poseidon to it's own package (#8)
* extract poseidon to it's own package

* move license to the bottom
2023-04-17 08:55:40 -06:00
Dmitriy Ryajov
ebef300064
Ark circom and rust ffi (#5)
* wip rust ffi

* proper test component instantiation

* adding quick&dirty poseidon implementation

* update gitignode

* gitignore

* adding rust circuit tests

* gitignore

* rename

* add storer tests

* move utils under circuit_tests

* fix storage proofs

* wip: ffi

* instantiate storer

* enable ark-serialize

* delete js tests

* update CI to run cargo tests

* keep the artifacts dir

* update .gitignore

* build circuits

* remove package json

* place built circuits in correct dirs

* update gitignore

* remove node

* fix ci

* updating readme

* storageproofs.rs to storage_proofs.rs

* flatten tests chunks by default

* add ffi

* fix digest

* minor fixes for ffi

* fix storer test

* use random data for chunks

* debug optimizations to speed witness generation

* clippy & other lint stuff

* add back missing unsafe blocks

* release mode disables constraint checks

* fix ffi

* fix hashes serialization

* make naming more consistent

* add missing pragma

* use correct circuits

* add todo

* add clarification to readme

* silence unused warning

* include constants file into exec

* remove unused imports
2023-04-12 16:17:00 -06:00