[][src]Module concrete_lib::guide

Documentation for the library

Modules

guide_part1_install

Part 1 of the Concrete guide where you set everything up to use Concrete library

guide_part2_encrypt_decrypt

Part 2 of the Concrete guide where you learn how to encode, encrypt, decrypt LWE and RLWE ciphertexts

guide_part3_simple_operations

Part 3 of the Concrete guide where you learn how to compute some simple homomorphic operations with LWE and RLWE ciphertexts.

guide_part4_complex_operations

Part 4 of the Concrete guide where you learn how to compute complex homomorphic operations with LWE and RLWE ciphertexts.

tutorial_iris

A tutorial to evaluate a trained logistic regression with Concrete library.