diffix/reference

Make the SQL noise layer seed consistent.

Closed this issue · 0 comments

Currently, expressions like round(column) and floor(column) will produce different seeds for the SQL noise layer, even though the anonymization semantics are the same in both cases.
We need to make the seeding materials consistent for such expressions.