https://github.com/chainsafe/w-ots
Winternitz OTS+ implementation
https://github.com/chainsafe/w-ots
Last synced: 4 months ago
JSON representation
Winternitz OTS+ implementation
- Host: GitHub
- URL: https://github.com/chainsafe/w-ots
- Owner: ChainSafe
- Created: 2022-06-06T16:02:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T17:49:36.000Z (over 3 years ago)
- Last Synced: 2025-10-02T02:53:35.854Z (4 months ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 9
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# W-OTS+
This repository contains a pure Rust implementation of W-OTS+ (Winternitz One-Time Signatures+). It is based off the [Go implementation](https://github.com/xx-labs/sleeve/tree/main/wots) by xx-labs.