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

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

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

lwe postquantumcryptography rust

Last synced: 12 months 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))