I built one Sync code. I am using eclipse for the same. Actually my code is working fine in eclipse. But when I run it in Tizen OS device. I am using beecrypt library for the same. I have one line
auto_ptr<Mac>(Mac::getInstance("HmacSHA256"));
Actually, it is throwing exception on this line. I have installed beecrypt in Phone, then ran the Sync code but it is saying (exception message)
HmacSHA256 not Available
What can be the problem? I am using:
- C++
- beecrypt library
- Eclipse Juno
- Ubuntu 12.04
Both sync code and beecrypt are built properly. Sync code is working fine on eclipse but when porting on Tizen OS (Mark it - exactly the same CODE). It is throwing exception. which I wrote above only. What can be the possible error? Can it be the linking error? Please Help. Any help would be appreciated.