Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomwiggers/kyber-rs
Const generics experiment. WIP Kyber implementation in Rust.
https://github.com/thomwiggers/kyber-rs
const-generics cryptography rust wip
Last synced: about 6 hours ago
JSON representation
Const generics experiment. WIP Kyber implementation in Rust.
- Host: GitHub
- URL: https://github.com/thomwiggers/kyber-rs
- Owner: thomwiggers
- Created: 2021-08-13T10:01:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T11:57:28.000Z (over 1 year ago)
- Last Synced: 2023-03-25T00:20:06.358Z (over 1 year ago)
- Topics: const-generics, cryptography, rust, wip
- Language: Rust
- Homepage:
- Size: 5.52 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WIP Kyber implementation in Rust
This is a very, very incomplete implementation of Kyber in Rust.
Don't even expect it will ever get finished, I'm mainly using it to play with const generics.