pub fn compute_l2_to_l1_message_hash(
l2_sender: &AztecAddress,
l1_recipient: &EthAddress,
content: &Fr,
rollup_version: &Fr,
chain_id: &Fr,
) -> FrExpand description
Compute an L2-to-L1 message hash.
sha256_to_field([l2_sender, rollup_version, l1_recipient, chain_id, content])
Mirrors TS computeL2ToL1MessageHash(...).