silversixpence-crypto / dapol

DAPOL+ Proof of Liabilities using Bulletproofs and Sparse Merkle trees
MIT License
8 stars 2 forks source link

Bulletproofs deserialization breaks for json #159

Open Stentonian opened 7 months ago

Stentonian commented 7 months ago

Deserialization works for binary files, but not json.

We could fix this in Bulletproofs, or we could change to something like Rust Object Notation.

Stentonian commented 2 months ago

Fixed in bulletproofs: https://github.com/zkcrypto/bulletproofs/pull/26