proxy.golang.org : github.com/lentus/wotsp
Package wotsp implements WOTSP-SHA2_256 as documented in RFC 8391 (https://datatracker.ietf.org/doc/rfc8391/). W-OTS+ is a one-time hash-based signature scheme that is most commonly used in a larger scheme such as XMSS or SPHINCS. As a W-OTS+ private key/private seed can only be used once securely, W-OTS+ should not be used directly to create signatures in most situations. This package is thus meant primarily to be used in larger structures such as SPHINCS. Since SHA512_256, BLAKE2b_256 and BLAKE2s_256 work out of the box, they can be used as the internal hash function as well by setting Opts.Hash to their corresponding crypto.Hash values.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/lentus/wotsp
License: MIT
Latest release: over 5 years ago
First release: over 5 years ago
Namespace: github.com/lentus
Last synced: 20 days ago