SkillAgentSearch skills...

Wots

Go package wots implements Winternitz-Lamport-Diffie one-time signature scheme.

Install / Use

/learn @dchest/Wots
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Go implementation of Winternitz-Lamport-Diffie one-time signature scheme.

If the hash function is one-way and of sufficient length, the private key is random, not known to the attacker, and used to sign only one message, and there are no bugs in this implementation, it is infeasible to forge signatures (even on quantum computer, provided that it can't break the underlying hash function).

INSTALLATION

$ go get github.com/dchest/wots

USAGE

import "github.com/dchest/wots"

See documentation for example.

DOCUMENTATION

See https://godoc.org/github.com/dchest/wots

LICENSE

BSD-like, see LICENSE file.

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated9mo ago
Forks4

Languages

Go

Security Score

77/100

Audited on Jun 20, 2025

No findings