updated imports to v5

This commit is contained in:
Jean-Philippe Bossuat
2023-11-14 19:15:38 +01:00
parent e95c51b00a
commit c031b14be1
173 changed files with 538 additions and 538 deletions

View File

@@ -3,8 +3,8 @@ package examples
import (
"testing"
"github.com/tuneinsight/lattigo/v4/he/hefloat"
"github.com/tuneinsight/lattigo/v4/he/heint"
"github.com/tuneinsight/lattigo/v5/he/hefloat"
"github.com/tuneinsight/lattigo/v5/he/heint"
)
func TestExampleParams(t *testing.T) {