mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
moved rgsw and lut packages
This commit is contained in:
@@ -7,9 +7,9 @@ import (
|
||||
|
||||
"github.com/tuneinsight/lattigo/v3/ckks"
|
||||
ckksAdvanced "github.com/tuneinsight/lattigo/v3/ckks/advanced"
|
||||
"github.com/tuneinsight/lattigo/v3/rgsw/lut"
|
||||
"github.com/tuneinsight/lattigo/v3/ring"
|
||||
"github.com/tuneinsight/lattigo/v3/rlwe"
|
||||
"github.com/tuneinsight/lattigo/v3/rlwe/lut"
|
||||
)
|
||||
|
||||
// This examples showcases how lookup tables can complement the CKKS scheme to compute non-linear functions
|
||||
|
||||
@@ -3,9 +3,9 @@ package lut
|
||||
import (
|
||||
"math/big"
|
||||
|
||||
"github.com/tuneinsight/lattigo/v3/rgsw"
|
||||
"github.com/tuneinsight/lattigo/v3/ring"
|
||||
"github.com/tuneinsight/lattigo/v3/rlwe"
|
||||
"github.com/tuneinsight/lattigo/v3/rlwe/rgsw"
|
||||
"github.com/tuneinsight/lattigo/v3/rlwe/ringqp"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
package lut
|
||||
|
||||
import (
|
||||
"github.com/tuneinsight/lattigo/v3/rgsw"
|
||||
"github.com/tuneinsight/lattigo/v3/ring"
|
||||
"github.com/tuneinsight/lattigo/v3/rlwe"
|
||||
"github.com/tuneinsight/lattigo/v3/rlwe/rgsw"
|
||||
)
|
||||
|
||||
// EvaluationKey is a struct storing the encryption
|
||||
Reference in New Issue
Block a user