jedisct1 / libsodium

A modern, portable, easy to use crypto library.
https://libsodium.org
Other
12.06k stars 1.72k forks source link

Support for Windows Arm64 #1359

Closed yassinebennani closed 3 months ago

yassinebennani commented 3 months ago

Hello,

I could not find a win-arm64 target runtime, is there any plan to support it ?

I forked Sodium.Core repo but I ended with PlatformNotSupportedException

System.PlatformNotSupportedException : Could not initialize platform-specific components. libsodium-core may not be supported on this platform. See https://github.com/ektrah/libsodium-core/blob/master/INSTALL.md for more information. ----> System.DllNotFoundException : Unable to load DLL 'libsodium' or one of its dependencies: The specified module could not be found. (0x8007007E)

Thank you