fixed localized error implementation
Base32 address format for native v0-16 witness outputs implementation
See BIP173 proposal on bitcoin repo
Inspired by Pieter Wuille C++ reference implementation
@testable import
Swift Package Manager is needed to run tests and build .xcodeproj. If SPM (v4) is installed then one can type:
git clone https://github.com/0xDEADP00L/Bech32.git cd Bech32 swift test
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Bech32
Base32 address format for native v0-16 witness outputs implementation
See BIP173 proposal on bitcoin repo
Inspired by Pieter Wuille C++ reference implementation
Install
@testable importstatementCheck
Swift Package Manager is needed to run tests and build .xcodeproj. If SPM (v4) is installed then one can type: