aztec-nr - noir_aztec::messages::discovery

Function do_sync_state_without_handshake_discovery

pub unconstrained fn do_sync_state_without_handshake_discovery(
    contract_address: AztecAddress,
    compute_note_hash: ComputeNoteHash,
    compute_note_nullifier: ComputeNoteNullifier,
    process_custom_message: Option<CustomMessageHandler>,
    offchain_inbox_sync: Option<OffchainInboxSync>,
    scope: AztecAddress,
)

Variant of do_sync_state that skips handshake secret discovery. Used by the HandshakeRegistry to avoid infinite recursion (the registry discovers handshakes for other contracts, not for itself).