Giter Club home page Giter Club logo

fntru's Introduction

FNTRU Encryption Library

The library provides a homomorphic encryption scheme by Doröz and Sunar. Our scheme adopts the flattening technique proposed in GSW to the Stehlé and Steinfeld NTRU variant. Similar to GSW, the scheme does not require evaluation keys or key switching. Also, our scheme uses wide key distributions, and hence is immune to the Subfield Lattice Attack. In case of timings, we are compatitive compared to the existing schemes by achieving 5.8 msec for homomorphic multiplications (5 levels).

The details of the scheme can be seen in : https://eprint.iacr.org/2016/315.pdf.

Thread

User can set the number of thread that they want to use. The parallelism is achieved by using NTL thread settings. In order to set the number of threads, you can use the following function:

SetNumThreads(thread);

Installation

This library uses NTL (v9.9.1 or later) with GMP support (with C++11 on). Tested on Linux environment. You can use the makefile to compile the project with he following command:

make

Acknowledgment

Funding for this research was in part provided by the US National Science Foundation CNS Award #1319130.

fntru's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.