~apreiml/hare-bech32

nomem update
add README.md
add Makefile

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~apreiml/hare-bech32
read/write
git@git.sr.ht:~apreiml/hare-bech32

You can also use your local clone with git send-email.

#encoding::bech32

This package provides an implementation of the Bech32 encoding as defined in BIP 0173.

#Provided modules

  • encoding/bech32

#Installation

#From your distribution

The recommended name for this package is "hare-bech32". Look for this, or something similar, in your local package manager. This is the preferred way to install this package.

#System-wide installation

make install

#Vendoring

git subtree -P vendor/hare-bech32/ add https://git.sr.ht/~apreiml/hare-bech32 master