mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-19 00:44:22 -05:00
10 lines
394 B
C++
10 lines
394 B
C++
// Part of the Concrete Compiler Project, under the BSD3 License with Zama
|
|
// Exceptions. See
|
|
// https://github.com/zama-ai/concrete/blob/main/LICENSE.txt
|
|
// for license information.
|
|
|
|
#include "concretelang/Dialect/FHE/Interfaces/FHEInterfaces.h"
|
|
|
|
#include "concretelang/Dialect/FHE/Interfaces/FHEOpsInterfaces.cpp.inc"
|
|
#include "concretelang/Dialect/FHE/Interfaces/FHETypesInterfaces.cpp.inc"
|