aitos-io / BoAT-X-Framework

BoAT-X Blockchain Application Framework for IoT
http://www.aitos.io
Apache License 2.0
924 stars 49 forks source link

Some variables in crypto_default are conflict with wolfssl #1352

Closed wsdhrtjl closed 1 year ago

wsdhrtjl commented 1 year ago

The variables SHA256_DIGEST_LENGTH,AES_BLOCK_SIZE and ecdsa_sign in crypto_default are conflict with wolfssl. To solve this problem, the variable or function name of crypto is needs to change.