ektrah/libsodium-core

ARM64 build for Windows?

Closed this issue · 2 comments

After building a WPF project for Windows ARM64, there is no libsodium.dll as a result of the build. Can you suggest what is the problem?

There is currently an open feature request for win-arm64 support in the libsodium repo discussions.

Currently, the libsodium NuGet package doesn't ship with a pre-compiled binary for this platform. Adding such a binary would need to happen in the libsodium repository (namely in the GitHub Action that creates the package). Once that has happened, support can be added to libsodium-core simply by updating the package reference. So, for now, I am closing this issue.