10 #include <seal/seal.h> 
   12 #define HEBENCH_HE_SCHEME_PLAIN  0 
   13 #define HEBENCH_HE_SECURITY_NONE 0 
   14 #define TUTORIAL_HE_SECURITY_128 1 
   22     static TutorialEngine *create();
 
   23     static void destroy(TutorialEngine *p);
 
   25     ~TutorialEngine() 
override;
 
Base class that encapsulates common behavior of backend engines.
#define HEBERROR_DECLARE_CLASS_NAME(class_name)