Expand description
This module contains types used internally when compiling fhe_programs.
Enums§
- FheOperation
- Represents an operation occurring in the frontend AST.
- Literal
- Represents a literal node’s data.
Constants§
- CURRENT_
FHE_ CTX - Contains the graph of an FHE program during compilation. Animplementation detail and not for public consumption.
Traits§
- FheCompile
- Extends FheFrontendCompilation to add a backend compilation method.
- FheContext
Ops - Defines transformations to FHE program graphs.
Functions§
- with_
fhe_ ctx - Runs the specified closure, injecting the current
fhe_programcontext.
Type Aliases§
- FheContext
- The context for constructing the
fhe_programgraph during compilation. - FheFrontend
Compilation