mochimo_wots 1.0.3
mochimo_wots: ^1.0.3 copied to clipboard
A Dart implementation of the Mochimo WOTS (Winternitz One-Time Signature) protocol.
Changelog #
0.1.0 #
Initial release with the following features:
- Implemented WOTS wallet functionality
- Added Datagram protocol implementation
- Included ByteBuffer for byte manipulation
- Added utility functions for cryptographic operations
- Implemented CRC16 checksum calculation
- Added comprehensive test suite
- Updated tag length from 20 to 12 bytes
- Fixed endianness issues in IP address handling