Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/dp/filterless_encoded_pu.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ FROM per_pu_partials;

`filterless_sum_debug`, `filterless_count_debug`, and `filterless_avg_debug` return selected bounds,
clipped values, noise scales, bin indices, and active/sample counts. The compiler uses overloads
that also receive the component epsilon, `C_u`, and a stable group nonce. The nonce includes the
normalized SQL hash, so different predicates do not accidentally reuse cancelable value, histogram,
or partition-selection noise; an identical query remains deterministic for a fixed privacy seed.
that also receive the component epsilon and `C_u`. Every release uses fresh secure randomness, so
the aggregate does not carry a query or group nonce.

## Settings

Expand Down
Loading
Loading