opendp 0.14.2-dev.20260401.2

A library of differential privacy algorithms for the statistical analysis of sensitive private data.
1
2
3
# type: ignore
def then_saturating_cast() -> Function[Vec[IBig], Vec[TO]]:
    return Function.new(lambda x: [TO.saturating_cast(x_i) for x_i in x])