DLTcollab / TA-endpoint

Connect resource constrained endpoints with Tangle-Accelerator
Apache License 2.0
0 stars 2 forks source link

Fix return type #61

Closed splasky closed 4 years ago

splasky commented 4 years ago

Serialize and encrypt/decrypt have integer return type inside utils/serializer.h and utils/crypto.h. We should unify them to retcode_t.

Originally posted by @HowJMay in https://github.com/DLTcollab/TA-endpoint/pull/57