Hi,
From what I have been able to glean from the forum there is an encryption library based on bouncycastle and it has been updated to 171. I need access to more than AES and RSA so my question is how to do this in the most time efficient way?
I could write a series of functions in Dart and compile a library for each platform but it isn't clear from the posts I have seen just how I would integrate it OR do I write some JAVA functions and inline them (converting to objective C for apple)
Thanks
From what I have been able to glean from the forum there is an encryption library based on bouncycastle and it has been updated to 171. I need access to more than AES and RSA so my question is how to do this in the most time efficient way?
I could write a series of functions in Dart and compile a library for each platform but it isn't clear from the posts I have seen just how I would integrate it OR do I write some JAVA functions and inline them (converting to objective C for apple)
Thanks