Categorygithub.com/ModChain/bech32m
repositorypackage
0.1.4
Repository: https://github.com/modchain/bech32m.git
Documentation: pkg.go.dev

# README

GoDoc

bech32m

Implementation of bech32m format for segwit addrs.

BIP: https://github.com/bitcoin/bips/blob/master/bip-0350.mediawiki

A lot of this code comes from Takatoshi Nakagawa's implementation but with optimizations on various obvious areas, including avoiding allocating memory for polymod calculation and such.