mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
6fe809aeced1e7ff65243aeead6e9c580bb4f2be
- update BaseDataType to store the underlying type constructor e.g. int - add helper functions to get the type constructor for constant data - update operator graph to fill the type constructor during bounds update - add loguru as logger - use type constructor in ArbitraryFunction.get_table, log an info if the type_constructor of the input was None and default to int
concretefhe
Concrete Framework Python API - collection of tools to FHE all the things
Installing
Installation steps are described in INSTALLING.md.
Using Docker
Information about how to use Docker are available in DOCKER.md.
Documenting
Some information about how to build the documentation of concretefhe are available in DOCUMENTING.md. Notably, our documentation is pushed to https://hdk.zama.ai.
Developping
Some information about our terminology and the infrastructure of concretefhe are available in TERMINOLOGY_AND_STRUCTURE.md. An in-depth look at what is done in concretefhe is available in COMPILATION.md.
Contributing
Information about how to contribute are available in CONTRIBUTING.md.
Description
Languages
C++
34.3%
Python
23.1%
MLIR
22.9%
Rust
14.6%
C
2.2%
Other
2.8%