use "go mod tidy"
- go to target folder (e.g for the faster impelementation of ckks "cd fckks")
- run go test command "go test" (x is the number of parties e.g for 2 parites set x to 2)
- go to target folder (e.g for the faster impelementation of ckks "cd fckks")
- run go benchmark command "go test -bench=. -benchtime=10x -timeout=0" (This runs 10 repetition of benchmark and output average elapsed time)