Files
concrete/README.md
Benoit Chevallier-Mames bcc146bd6e doc: let's agree on a plan
closes #305
2021-09-09 09:46:04 +02:00

27 lines
938 B
Markdown

# concretefhe
Concrete Framework Python API - collection of tools to FHE all the things
## Installing
Installation steps are described in [INSTALLING.md](docs/install/INSTALLING.md).
## Using Docker
Information about how to use Docker are available in [DOCKER.md](docs/install/DOCKER.md).
## Documenting
Some information about how to build the documentation of `concretefhe` are available in [DOCUMENTING.md](docs/dev/DOCUMENTING.md). Notably, our documentation is pushed to [https://hdk.zama.ai](https://hdk.zama.ai).
## Developping
Some information about our terminology and the infrastructure of `concretefhe` are available in [TERMINOLOGY_AND_STRUCTURE.md](docs/dev/TERMINOLOGY_AND_STRUCTURE.md). An in-depth look at what is done in `concretefhe` is available in [COMPILATION.md](docs/dev/COMPILATION.md).
## Contributing
Information about how to contribute are available in [CONTRIBUTING.md](docs/dev/CONTRIBUTING.md).