Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Manu-sh/greenpass_string_reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published