Microsoft SEAL Articles http://approjects.co.za/?big=en-us/research/ Fri, 22 Feb 2019 23:11:07 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.1 2/21/2019: Microsoft SEAL 3.2.0 released http://approjects.co.za/?big=en-us/research/articles/2-21-2019-microsoft-seal-3-2-0-released/ Fri, 22 Feb 2019 23:07:39 +0000 http://approjects.co.za/?big=en-us/research/?post_type=msr-blog-post&p=569436 In addition to bug fixes and minor performance improvements, we are happy to announce that Microsoft SEAL 3.2.0 comes with full .NET Standard wrappers for the public API, which will hugely simplify the work of .NET developers writing homomorphic encryption applications.

The post 2/21/2019: Microsoft SEAL 3.2.0 released appeared first on Microsoft Research.

]]>
In addition to bug fixes and minor performance improvements, we are happy to announce that Microsoft SEAL 3.2.0 comes with full .NET Standard wrappers for the public API, which will hugely simplify the work of .NET developers writing homomorphic encryption applications. Please see README.md for instructions for compiling and using the .NET wrappers.

https://github.com/Microsoft/SEAL (opens in new tab)

The post 2/21/2019: Microsoft SEAL 3.2.0 released appeared first on Microsoft Research.

]]>
12/2/2018: SEAL 3.1.0 released on GitHub under MIT license http://approjects.co.za/?big=en-us/research/articles/12-2-2018-seal-3-1-0-released-on-github-under-mit-license/ Fri, 22 Feb 2019 22:59:19 +0000 http://approjects.co.za/?big=en-us/research/?post_type=msr-blog-post&p=569430 In addition to the license change, this release brings many internal and a few API updates.

The post 12/2/2018: SEAL 3.1.0 released on GitHub under MIT license appeared first on Microsoft Research.

]]>
In addition to the license change, this release brings many internal and a few API updates.

  • Changed to use Google Test framework for unit tests
  • Added support for 32-bit platforms
  • Cleaned up source code from unnecessary files and functions; improved build time
  • Changed directory structure to be more descriptive
  • Visual Studio solution now uses CMake to configure SEAL on Windows
  • Fixed multiple bugs
  • New capabilities, including:
    • Option of not expanding modulus chain when it is not needed
    • Easier to generate Galois keys for specific rotations
    • Loading now validates the correctness of plaintexts, ciphertexts, and keys for given SEALContext
    • New EncryptionParameterQualifiers flag indicating HomomorphicEncryption.org security standard compliance for parameters; option of enforcing the security standard
    • Secret key data is now cleared automatically from memory by destructors of SecretKey, KeyGenerator, and Decryptor

The post 12/2/2018: SEAL 3.1.0 released on GitHub under MIT license appeared first on Microsoft Research.

]]>