tno.mpc.encryption_schemes.utils Logo
v0.6.3

Contents:

  • utils package
    • custom_showwarning()
    • utils.fixed_point module
      • FixedPoint
        • FixedPoint.DEFAULT_FLOAT_PRECISION
        • FixedPoint.__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.precision
        • FixedPoint.random_range()
        • FixedPoint.round_to_precision()
        • FixedPoint.strong_eq()
        • FixedPoint.value
    • utils.utils module
      • extended_euclidean()
      • lcm()
      • mod_inv()
      • pow_mod()
      • randprime()
tno.mpc.encryption_schemes.utils
  • TNO MPC Lab
  • View page source

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
      • FixedPoint
        • FixedPoint.DEFAULT_FLOAT_PRECISION
        • FixedPoint.__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.precision
        • FixedPoint.random_range()
        • FixedPoint.round_to_precision()
        • FixedPoint.strong_eq()
        • FixedPoint.value
    • utils.utils module
      • extended_euclidean()
      • lcm()
      • mod_inv()
      • pow_mod()
      • randprime()

Indices and tables

  • Index

  • Module Index

  • Search Page

Next

© Copyright 2020-2023, TNO MPC Lab.

Built with Sphinx using a theme provided by Read the Docs.
tno.mpc.encryption_schemes.utils v0.6.3
Versions
latest
v0.2.4
v0.6.1
v0.6.3
v0.7.0
v0.7.5
v0.8.0
v0.10.4
v0.10.6
v0.11.1