Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/duguorong009/rlwe-simple-rs

Simple RLWE with Rustlang
https://github.com/duguorong009/rlwe-simple-rs

lwe postquantumcryptography rust

Last synced: about 1 month ago
JSON representation

Simple RLWE with Rustlang

Awesome Lists containing this project

README

        

# RLWE(simple)

Simple demo of RLWE(learning with errors over rings) implementation with Rustlang
(Inspired by [this work](https://github.com/yusugomori/rlwe-simple))