sipa / bech32

Code snippets and analysis of the Bech32 format
191 stars 107 forks source link

Add Java implementation #46

Open lorenzozanotto opened 5 years ago

lorenzozanotto commented 5 years ago

A drop-in java implementation of Bech32 decoding algorithm for Segwit addresses, based entirely on the Java Standard library.

erasmospunk commented 5 years ago

This is the third java implementation waiting to be merged.