cose-wg / COSE-C

Implementation of COSE in C++; Provides a C interface; Crypto by openssl or mbedtls
BSD 3-Clause "New" or "Revised" License
30 stars 22 forks source link

How to verify COSE_Sign1 via conan package? #128

Open Jonas-Metzger opened 3 years ago

Jonas-Metzger commented 3 years ago

I want to use your conan package to verify and extract the content of a COSE_Sign1 document. I installed the conan package for my project.

Sorry for the very dumb question (never coded in C++ before): Which are the functions I should use? Is there any documentation or example code for this?