This repository provides an implementation of "Multi-key Fully Homomorphic Encryption with Non-Interactive Setup in the Plain Model"(https://eprint.iacr.org/2026/322), 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,
main.jl
or type the following command in the REPL, within the same path to the main.jl file.
include("main.jl")