mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
added a root package
This commit is contained in:
10
lattigo.go
Normal file
10
lattigo.go
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
Package lattigo is a cryptographic library implementing lattice-based cryptographic primitives. The library features:
|
||||
|
||||
- A pure Go implementation enabling code-simplicity and easy builds.
|
||||
- A public interface for an efficient multi-precision polynomial arithmetic layer.
|
||||
- Comparable performance to state-of-the-art C++ libraries.
|
||||
|
||||
Lattigo aims at enabling fast prototyping of secure-multiparty computation solutions based on distributed homomorphic cryptosystems, by harnessing Go's natural concurrency model.
|
||||
*/
|
||||
package lattigo
|
||||
Reference in New Issue
Block a user