Files
lattigo/lattigo.go
2023-11-15 17:51:28 +01:00

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