1d6b086bfa905b80bda455c368de792cc9e58c28
libbasen
c++ encoding/decoding from arbitrary base
Contents
Installation
Automatically from specified repositories:
Manually using make:
make -j $(nproc)
sudo make i USRDIR=(Your installation dir)
Uninstall:
sudo make uni USRDIR=(Your installation dir)
Documentation
Available here
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
For build with with debug flags:
make -j $(nproc) DEBUG=
For build tests (needed gtest package as dependency):
make tests -j $(nproc) DEBUG=
For generating coverage:
make cover -j $(nproc) DEBUG=
Description
Languages
C++
88.9%
HTML
8.3%
Meson
2.3%
Shell
0.5%