Has somebody succeed to build it for iOS?
I am not aware of any project that used OpenFHE in iOS.
But in principle, OpenFHE is a C++ library and iOS does support C++ development. You only need to write a wrapper in Objective-C++ and link it to the OpenFHE library.
I want to also add that Apple clang is supported by OpenFHE (it is used when building in macOS or iOS).
Hi I have managed to port some functionality (CKKS, threshold FHE) to iOS. Look at this and maybe I can submit a PR if it meets the standards (my fork of openFHE for ios)
2 Likes
Hi @grussdorian
This is interesting. I will send you a private message to discuss what would be needed to turn it into an official port for ios.