Opret
This represents the simplest and most straightforward scheme. The commitment is inserted into the first OP_RETURN
output of the witness transaction in the following way:
mpc::Commitment
is the 32-byte Tagged hash resulting from the MPC tree which is covered in detail later. Hence an opret commitment will have a total size of 34 bytes.
Last updated