Files
concrete/compilers/concrete-compiler/docs/cpp_api/clientlib/intro.rst
2023-03-03 09:20:01 +01:00

24 lines
530 B
ReStructuredText

Description
========
ClientLambda represents a FHE function on the client side.
ServerLambda represents a FHE function on the server side.
These object read/write on istreams/ostreams.
Implementing a client/server consists in connecting the two, by connecting to actual streams.
Example on client side:
.. literalinclude:: client_example.cpp
:linenos:
:language: bash
..
For some reason cpp does not work well here.
Example on server side:
.. literalinclude:: server_example.cpp
:linenos:
:language: bash