POC implementation of "Efficient Full Domain Functional Bootstrapping from Recursive LUT Decomposition"
Use "go mod tidy"
- go to the "tfhe" folder (cd tfhe)
- run go test command "go test"
- go to the "thfe" folder (cd tfhe)
- run go benchmark command "go test -bench=. -benchtime=10x -timeout=0" (This runs 10 repetition of benchmark and output average elapsed time)