bb
's proof output is not easily fed into the verifier smart contract
#6487
Labels
A-ux/devex
Area: relates to external ux / devex. (Users typically are devs) (See also A-internal-devex)
C-bb.js
Component: bb.js - wrapping bberg in js
C-bb-bin
Component: Barretenberg executable binary
See PR comment at link
We currently need to do a bunch of data wrangling to convert from the proof format outputted by
bb
into something which can be fed into the verifier smart contract. The current steps to do this are:a. Split public inputs at every 32 bytes and prefix with
0x
0x
.Which is a bit unwieldy in bash for an end user plus requires outside knowledge about the circuit.
The text was updated successfully, but these errors were encountered: