Base32 address format for native v0-16 witness outputs implementation
See BIP173 proposal on bitcoin repo
Inspired by Pieter Wuille C++ reference implementation
- Drop files into project
- Correct Bech32Tests
@testable import
statement
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