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

seal.dll #699

Closed sriviece closed 3 months ago

sriviece commented 3 months ago

I could not find seal.dll file after build

maths644311798 commented 3 months ago

Try seal.a and seal.lib.

kimlaine commented 3 months ago

SEAL build configurations do not support building a DLL. It would be straightforward to do, but we didn't think it to be worth it since it adds some maintenance overhead.