Skip to content

fvirdia/lwe-on-rsa-copro

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Proof of concept code from [AHHPVW].

[AHHPVW] Martin R. Albrecht, Christian Hanser, Andrea Hoeller, Thomas Pöppelmann, Fernando Virdia, Andreas Wallner, "Learning with Errors on RSA Co-Processors", 2018, https://eprint.iacr.org/2018/425

Sagemath 9 instructions

To test the implementation in Sagemath 9, pytest needs to be installed.

$ sage -sh
(sage-sh) $ pip install pytest
(sage-sh) $ exit

Tests can then be run using

$ sage -t test.py

About

Proof of concept code for running RLWE schemes on long integer multiplier co-processors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages