jnortiz / RLWE

Software implementations of the Ring-LWE-based encryption scheme for an ARM Cortex and a desktop machine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ring-LWE encryption scheme

This repository has two software implementations of the Ring-LWE-based encryption scheme. Both implementations follow the pseudocode of Clercq et al. in here and are not optimized for any purpose. It is only for exploratory research. The first uses C language and targets an ARM Cortex M4 microcontroller. Recently (October, 2017), we added a desktop implementation written in C++ using the NTL library for arithmetic in the polynomial ring.

About

Software implementations of the Ring-LWE-based encryption scheme for an ARM Cortex and a desktop machine.


Languages

Language:Makefile 79.3%Language:C 14.8%Language:C++ 4.6%Language:Batchfile 1.2%Language:PHP 0.0%