TrustworthyComputing / T2-FHE-Compiler-and-Benchmarks

A cross compiler and standardized benchmarks for fully homomorphic encryption
MIT License
30 stars 6 forks source link

Documentation #22

Open rociocarratalasaez opened 3 months ago

rociocarratalasaez commented 3 months ago

Hi everyone.

I am trying to use T2 for my own research and I am wondering if there is any documentation listing all the available functions/calls and basics regarding how to use the software.

Thanks so much in advance.

TrustworthyComputing commented 3 months ago

Hello!

The basics on how to use the software are available in the main readme file, under "Build and Run Instructions". Additional documentation is also available in the PoPETS article about T2. Moreover, sample T2 programs are available under the Resources folder. For example, here are the programs for Euclidean Distance.

Thanks for your interest in T2!