Files
libbasen/README.md

1.7 KiB

c++ encoding/decoding from arbitrary base


Contents

Installation Contributing


Installation

Automatically from specified repositories:

Packaging status

Manually using make:

make -j $(nproc)
sudo make i USRDIR=(Your installation dir)

Uninstall:

sudo make uni USRDIR=(Your installation dir)

For build with with debug flags:

make -j $(nproc) DEBUG=

For build tests:

make tests -j $(nproc) DEBUG=

And also flag for dynamic linking (if possible):

make tools -j $(nproc) SHARED=

Contributing

Main branch is under protection rules, so you should create pull request. After merging will be runned authors.sh for adding all contributors usernames and their number of commits to AUTHORS file.

Now we would like to implement the following features:

  • Base32
  • BCH
  • Bech32

⬆️Contents