added vOLE example & fixed bug in ring/uniform sampler (#128)

This commit is contained in:
Jean-Philippe Bossuat
2021-06-10 17:56:29 +02:00
committed by GitHub
parent 9563e4013d
commit 53ebde1d7a
4 changed files with 486 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ Coding/bin/Makefile.base:
.PHONY: test_examples
test_examples:
@echo Running the examples
go run ./examples/ring/vOLE -short > /dev/null
go run ./examples/bfv > /dev/null
go run ./examples/ckks/euler > /dev/null
go run ./examples/ckks/sigmoid > /dev/null