Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/niftynei/bech32ref

Unmodified port of @sipa's python implementation of bech32 (includes bech32m)
https://github.com/niftynei/bech32ref

Last synced: 5 days ago
JSON representation

Unmodified port of @sipa's python implementation of bech32 (includes bech32m)

Awesome Lists containing this project

README

        

# bech32m for Python

This is a straight port of @sipa's Python reference implementation of bech32 and bech32m.

Original can be found here: [https://github.com/sipa/bech32/tree/master/ref/python](https://github.com/sipa/bech32/tree/master/ref/python).