dcrd/bech32/go.mod
Matheus Degiovani 9b88dd0973
bech32: Initial Version
This is a port of the github.com/btcsuite/btcutil/bech32 package.

When compared to the original version, it introduces extra tests and
benchmarks and improves upon the performance of the original code in
significant ways, while maintaining the same public interface.
2019-03-19 12:06:47 -03:00

4 lines
46 B
Modula-2

module github.com/decred/dcrd/bech32
go 1.11