https://github.com/deadblackclover/wots-rs
Implementation of the Winternitz One-time Signature Scheme made using Rust
https://github.com/deadblackclover/wots-rs
crypto cryptography one-time-signatures rust wots
Last synced: 5 months ago
JSON representation
Implementation of the Winternitz One-time Signature Scheme made using Rust
- Host: GitHub
- URL: https://github.com/deadblackclover/wots-rs
- Owner: deadblackclover
- License: gpl-3.0
- Created: 2023-05-13T03:43:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-01T16:02:25.000Z (8 months ago)
- Last Synced: 2026-01-13T14:59:17.567Z (5 months ago)
- Topics: crypto, cryptography, one-time-signatures, rust, wots
- Language: Rust
- Homepage: https://docs.rs/wots-rs
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wots-rs


Implementation of the Winternitz One-time Signature Scheme made using Rust