Skip to content
/ fast-ksw Public

POC implementation of "Accelerating HE Operations Using Key Decomposition"[KLSS23]

License

Notifications You must be signed in to change notification settings

SNUCP/fast-ksw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO INSTALL

use "go mod tidy"

HOW TO RUN UNITTEST

  1. go to target folder (e.g for the faster impelementation of ckks "cd fckks")
  2. run go test command "go test" (x is the number of parties e.g for 2 parites set x to 2)

HOW TO RUN BENCHMARK

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

About

POC implementation of "Accelerating HE Operations Using Key Decomposition"[KLSS23]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published