Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/niftynei/bech32ref
- Owner: niftynei
- Created: 2022-01-17T22:50:52.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T03:59:33.000Z (over 1 year ago)
- Last Synced: 2025-01-12T01:41:20.359Z (9 days ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).