zhaowenlan1779 / akita-inu

Toy implementation of RAM-FHE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Akita Inu

This is a toy implementation of the paper Doubly Efficient Private Information Retrieval and Fully Homomorphic RAM Computation from Ring LWE. This implementation almost exactly follows the paper, and is not intended, nor expected, to be practically useful.

Licensed under MIT.

Building

Please add the --recursive flag when cloning this repo, or execute git submodule update --init --recursive afterwards.

The build system is CMake. Requires a C++20-capable compiler, like a recent version of GCC or MSVC.

About

Toy implementation of RAM-FHE

License:MIT License


Languages

Language:C++ 93.0%Language:CMake 6.4%Language:C 0.6%