package
0.0.2
Repository: https://github.com/pro7ech/lattigo.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewEncToShareProtocol creates a new EncToShareProtocol struct from the passed heint.Parameters.
NewMaskedTransformProtocol creates a new instance of the PermuteProtocol.
NewRefreshProtocol creates a new Refresh protocol instance.
NewShareToEncProtocol creates a new ShareToEncProtocol struct from the passed integer parameters.

# Structs

EncToShareProtocol is the structure storing the parameters and temporary buffers required by the encryption-to-shares protocol.
MaskedTransformFunc is a struct containing a user-defined in-place function that can be applied to masked integer plaintexts, as a part of the Masked Transform Protocol.
MaskedTransformProtocol is a struct storing the parameters for the MaskedTransformProtocol protocol.
RefreshProtocol is a struct storing the relevant parameters for the Refresh protocol.
ShareToEncProtocol is the structure storing the parameters and temporary buffers required by the shares-to-encryption protocol.