Backend_t

class Pyfhel.utils.Backend_t(value)[source]

Bases: Enum

An Enum to define the backend

__init__()

Attributes

none

Default value of 0 for non defined backend.

seal

//github.com/microsoft/SEAL/

palisade

//gitlab.com/palisade/

API description

none = 0

Default value of 0 for non defined backend.

palisade = 2

//gitlab.com/palisade/

Type:

PALISADE library. https

seal = 1

//github.com/microsoft/SEAL/

Type:

Microsof’s SEAL library. https