Skip to content

SNUCP/simct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Ciphertext Simulatable BFV

This repository provides an implementation of "Ciphertext-Simulatable HE from BFV with Randomized Evaluation"(https://eprint.iacr.org/2025/203), based on HIENAA library (https://github.com/snu-lukemin/HIENAA.jl).

Before you run the code, please make sure to install the HIENAA package. To install, you can open the REPL and type the following command.


]
add https://github.com/snu-lukemin/HIENAA.jl

To run the test code, type the following command in the terminal,


julia distance.jl

or type the following command in the REPL, within the same path in the distance file.


include("distance.jl")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages