TNO MPC Lab
The TNO MPC lab consists of generic software components, procedures, and functionalities developed and maintained on a regular basis to facilitate and aid in the development of MPC solutions. The lab is a cross-project initiative allowing us to integrate and reuse previously developed MPC functionalities to boost the development of new protocols and solutions.
The package tno.mpc.encryption_schemes.utils v0.6.3 is part of the TNO Python Toolbox.
tno.mpc.encryption_schemes.utils’s documentation
Contents:
- utils package
custom_showwarning()- utils.fixed_point module
FixedPointFixedPoint.DEFAULT_FLOAT_PRECISIONFixedPoint.__abs__()FixedPoint.__add__()FixedPoint.__eq__()FixedPoint.__float__()FixedPoint.__ge__()FixedPoint.__gt__()FixedPoint.__init__()FixedPoint.__int__()FixedPoint.__le__()FixedPoint.__lt__()FixedPoint.__mul__()FixedPoint.__neg__()FixedPoint.__radd__()FixedPoint.__repr__()FixedPoint.__rmul__()FixedPoint.__rsub__()FixedPoint.__rtruediv__()FixedPoint.__str__()FixedPoint.__sub__()FixedPoint.__truediv__()FixedPoint.calibrate()FixedPoint.fxp()FixedPoint.initiate_from_float()FixedPoint.initiate_from_fxp()FixedPoint.initiate_from_int()FixedPoint.initiate_from_string()FixedPoint.precisionFixedPoint.random_range()FixedPoint.round_to_precision()FixedPoint.strong_eq()FixedPoint.value
- utils.utils module