/greenpass_string_reader

decode & dump data from greenpass

Primary LanguageCMIT LicenseMIT

greenpass string reader

decode & dump data from greenpass 📄


Dependencies: base45-ansi-C, zlib, COSE-C.

About base45-ansi-C it raise many warning because it make an signed integer overflow (which is UB) i don't care for now, but it's important to know i have opened a pull request for this.

I started this to help a guy, then i have wasted hours trying to figure how to COSE-C should be used to this purpose, so i decided to publish here.

Build

# then into the folder
mkdir -p build && cd build
cmake ..
make -j`nproc`

Useful links

Copyright © 2021, Manu-sh, s3gmentationfault@gmail.com. Released under the MIT license.