Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Oct 21, 2024
1 parent 30c89d6 commit b4cc503
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fn compute_raw_event_log<Event, let N: u32>(
) -> ([u8; 417 + N * 32], Field) where Event: EventInterface<N> {
let contract_address: AztecAddress = context.this_address();
let plaintext = event.private_to_be_bytes(randomness);
// Note: The following could be 1 byte shorter since that we never have publicly appended values in event logs.
// Note: The following could be 1 byte shorter since we never have publicly appended values in event logs.
let encrypted_log: [u8; 417 + N * 32] = compute_encrypted_log(
contract_address,
ovsk_app,
Expand Down

0 comments on commit b4cc503

Please sign in to comment.