Closed christianpaquin closed 4 years ago
It is possible to compile using the same code but you need to also compile the oqs library natively for the os and architecture you want to support and copy them into the final product when you want to run them. Though the current code probably resolve to a dll file and will need some modifications to support the “so” and “dylib” for linux and Mac respectively.
Yes, indeed, that should make it possible. This issue was opened to keep track of the work item, but isn't a current priority. If this is something that interest you, feel free to submit a PR for it!
Closed by #11.
Investigate if we can build the .Net core project on Linux and Mac.