... it seems like our proof sizes have exploded with this migration. Specifically, what previously was 100KB now become 300KB. There are probably multiple factors for this:
- We are now using
Blake3_256 instead of Blake3_192 hash function.
- We are using FRI folding factor 2 instead of 8.
- We are using bincode instead of handcrafted serialization.
- Maybe anything else?
Originally posted by @bobbinth in #2472 (comment)
... it seems like our proof sizes have exploded with this migration. Specifically, what previously was 100KB now become 300KB. There are probably multiple factors for this:
Blake3_256instead ofBlake3_192hash function.Originally posted by @bobbinth in #2472 (comment)