mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
- added --compress-input compiler option which forces the use of seeded bootstrap keys and keyswitch keys - replaced the concrete-cpu FHE implementation with tfhe-rs Co-authored-by: Nikita Frolov <nf@mkmks.org>
14 lines
328 B
CMake
14 lines
328 B
CMake
add_compile_options(-fPIC)
|
|
|
|
add_subdirectory(Analysis)
|
|
add_subdirectory(Dialect)
|
|
add_subdirectory(Common)
|
|
add_subdirectory(Conversion)
|
|
add_subdirectory(Transforms)
|
|
add_subdirectory(Support)
|
|
add_subdirectory(Runtime)
|
|
add_subdirectory(ClientLib)
|
|
add_subdirectory(Bindings)
|
|
add_subdirectory(ServerLib)
|
|
add_subdirectory(Interfaces)
|