> I have found one library called "beecrypt" 
> (http://beecrypt.sourceforge.net/doxygen/c++/namespaces.html).
> I want to know whether we can use this library to implement FireFox Sync in 
> C++.
> It has got similar C++ APIs for crypto and security modules present in Java.

Assuming that it's a fairly complete implementation of the Java interfaces, it 
should be possible, yes. I see it has HMAC-SHA-256, which is a good sign.

You will still need to compose the application-level operations (such as a Hawk 
signature and onepw key stretching) out of these primitives.
_______________________________________________
Dev-fxacct mailing list
Dev-fxacct@mozilla.org
https://mail.mozilla.org/listinfo/dev-fxacct

Reply via email to