The messages between L1 and L2 have one field element of content. For longer messages this is often computed using sha256ToField which have lead to it being inconsistent whether content or content_hash as name.
For consistency, would be better for us to use content, and in the cases where we hash "something" lets denote that something content_preimage.
The messages between L1 and L2 have one field element of
content. For longer messages this is often computed usingsha256ToFieldwhich have lead to it being inconsistent whethercontentorcontent_hashas name.For consistency, would be better for us to use
content, and in the cases where we hash "something" lets denote that somethingcontent_preimage.