open-quantum-safe / liboqs-dotnet

.NET wrapper in C# for liboqs
https://openquantumsafe.org/
MIT License
32 stars 15 forks source link

Investigate Linux and Mac support #2

Closed christianpaquin closed 4 years ago

christianpaquin commented 5 years ago

Investigate if we can build the .Net core project on Linux and Mac.

jianmingyong commented 5 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.

christianpaquin commented 5 years ago

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!

dstebila commented 4 years ago

Closed by #11.