Skip to content

SNUCP/tfhe-sanitization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practical Sanitization for TFHE

Supplementary code for "Practical Sanitization for TFHE", based on TFHE-go. Go 1.18+ is required to run this code.

Running Tests

You can run tests using standard Go testing tool:

$ go test .

This runs sanitization on 100 random ciphertexts.

Benchmarking

You can also benchmark the base TFHE bootstrapping, our sanitization algorithm, and soak-spin-repeat sanitization using standard Go benchmark tool:

$ go test . -run=^$ -bench=.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages