Douglas Stebila

Results 231 comments of Douglas Stebila

Hi Nicholas, a while ago someone created a cross-compilation script for Android (https://github.com/open-quantum-safe/liboqs/blob/master/configure-android) but it is not something we actively maintain since we don't have anyone in the project who...

Hi @nicholasfulton, in general liboqs should compile just fine with clang -- our macOS continuous integration builds use the default compiler on macOS, which is clang. The now-unmaintained configure-android script...

Should be okay to start looking at the iOS and Android cross-compilation again since our change to CMake has landed. FYI I've started a PR for cross-compilation on Raspberry Pi...

Thanks for the update @nicholasfulton!

Just checking in to see if there are any updates to this work.

Thanks for the update Nicholas. Looking forward to it!

> > Yes, I plan to update the CMakeLists.txt under the tests directory. > > Thanks in advance! > > > However, I am not sure if I can modify...

> One way to move forward would be to test interop on the one KAT set, and then run a few more tests on randomly sampled inputs Sounds like a...

We haven't tried this before and don't have experience with WASM. Is this something you've tried? If you have specific CMakeFile changes that have to be made to make it...