compute_siloed_private_log_first_field

Function compute_siloed_private_log_first_field 

Source
pub fn compute_siloed_private_log_first_field(
    contract_address: &AztecAddress,
    field: &Fr,
) -> Fr
Expand description

Silo the first field of a private log with a contract address.

Mirrors TS computeSiloedPrivateLogFirstField(contract, field).