pluto / client-side-prover

client side proving
MIT License
1 stars 0 forks source link

feat: Add bytes serializer #7

Open devloper opened 5 days ago

devloper commented 5 days ago

Add new serde methods for aux param and downstream objects.

These are needed by the wasm runtime, which is very inefficient when using other forms of serialization like bincode/json, primarily due to the ck_primary object which is >100mb.

Related work in web-prover PR.

Autoparallel commented 14 hours ago

did you cmd + f and make every struct, enum, and field ever pub?

If not, we're ngmi

jk, onto reviewing