- First fully tested and documented release of the winternitz package
- Contains AbstractOTS base class for OTS implementations in this package
- Contains fully configurable Winternitz One-Time-Signature scheme
- Contains fully configurable Winternitz One-Time-Signature+ scheme
- Fixed bug that sign(...) returned the pubkeys (list) inside a list
- Further examples added
- sign(...) does now additionally return the OTS algorithm used
- sign(...) does not return the fingerprint of the message anymore
- Implemented getPubkeyFromSignature(...)
- Tested and documented getPubkeyFromSignature(...)