https://github.com/serverwentdown/wgpu-chacha20
[WIP] Toy implementation of ChaCha20 using WGSL
https://github.com/serverwentdown/wgpu-chacha20
Last synced: about 2 months ago
JSON representation
[WIP] Toy implementation of ChaCha20 using WGSL
- Host: GitHub
- URL: https://github.com/serverwentdown/wgpu-chacha20
- Owner: serverwentdown
- Created: 2021-06-03T02:03:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T23:14:14.000Z (over 2 years ago)
- Last Synced: 2025-02-05T09:53:44.460Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wgpu-chacha20
A work-in-progress toy implementation of ChaCha20 using WGSL, also packaged as a Rust library (soon).