mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
8 lines
390 B
Go
8 lines
390 B
Go
/*
|
|
Package lattigo is the open-source community-version of Tune Insight's Homomorphic Encryption library.
|
|
It provides a pure Go implementation of state-of-the-art Homomorphic Encryption (HE) and Multiparty Homomorphic
|
|
Encryption (MHE) schemes, enabling code-simplicity, cross-platform compatibility and easy builds, while retaining
|
|
the same performance as C++ libraries.
|
|
*/
|
|
package lattigo
|