mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
Sub-package for CKKS bootstrapping with improved parameters and new functionalities (#139)
cf. CHANGELOG.md
This commit is contained in:
committed by
GitHub
parent
c629f0c951
commit
8652b8d701
4
Makefile
4
Makefile
@@ -15,12 +15,14 @@ test_examples:
|
||||
@echo ok
|
||||
@echo Building resources-heavy examples
|
||||
go build -o /dev/null ./examples/ckks/bootstrapping
|
||||
go build -o /dev/null ./examples/ckks/advanced
|
||||
@echo ok
|
||||
|
||||
.PHONY: test_gotest
|
||||
test_gotest:
|
||||
go test -v -timeout=0 ./utils ./ring ./bfv ./dbfv ./dckks
|
||||
go test -v -timeout=0 ./ckks -test-bootstrapping
|
||||
go test -v -timeout=0 ./ckks/advanced
|
||||
go test -v -timeout=0 ./ckks/bootstrapping -test-bootstrapping -short
|
||||
|
||||
.PHONY: test
|
||||
test: test_fmt test_gotest test_examples
|
||||
|
||||
Reference in New Issue
Block a user