Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Simple RLWE with Rustlang
- Host: GitHub
- URL: https://github.com/duguorong009/rlwe-simple-rs
- Owner: duguorong009
- Created: 2024-10-21T14:04:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T19:26:26.000Z (3 months ago)
- Last Synced: 2024-10-22T01:17:23.731Z (3 months ago)
- Topics: lwe, postquantumcryptography, rust
- Language: Rust
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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))