microsoft / SEAL

Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.
https://www.microsoft.com/en-us/research/group/cryptography-research/
MIT License
3.62k stars 709 forks source link

Failed to load assembly over x64 build #582

Open adolfommoyano opened 2 years ago

adolfommoyano commented 2 years ago

Hi, I am using Xamarin to run an app and use seal library. When I try to implement the solution it keeps returning the following error: System.DllNotFoundException: 'sealc assembly: type: member:(null)' I have set the platform to x64 already. Any advices? Thanks