xtrace_sdk.x_vec.crypto.encryption ================================== .. py:module:: xtrace_sdk.x_vec.crypto.encryption .. autoapi-nested-parse:: Encryption primitives used by the XTrace Vec. Includes: - ``aes``: AES encryption for chunk content - ``paillier``: Paillier homomorphic encryption - ``paillier_lookup``: Paillier variant with precomputed lookup tables - ``goldwasser_micali``: Goldwasser-Micali homomorphic encryption (experimental) - ``homomorphic_base``: base class for homomorphic encryption schemes Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/xtrace_sdk/x_vec/crypto/encryption/aes/index /autoapi/xtrace_sdk/x_vec/crypto/encryption/goldwasser_micali/index /autoapi/xtrace_sdk/x_vec/crypto/encryption/homomorphic_base/index /autoapi/xtrace_sdk/x_vec/crypto/encryption/paillier/index /autoapi/xtrace_sdk/x_vec/crypto/encryption/paillier_lookup/index