/RLWE

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

Primary LanguageMakefile

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.