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

where is the definition of _cose*, _cose_sign1* etc. #132

Open EvergreenHZ opened 2 years ago

EvergreenHZ commented 2 years ago

Hi, I see the typedefs of struct _cose HCOSE, cose_sign1 ... in include/cose/cose.h, and then I search the whole project, but can not find the definition of them.