This implementation is a proof-of-concept of the MKFHE scheme from ia.cr/2026/322.
Before you run the code, please make sure to install the HIENAA package (https://github.com/minshinfo/HIENAA.jl). To install them, you can open the REPL and type the following commands.
]
add https://github.com/minshinfo/HIENAA.jl
To run the test code, type the following command in the REPL.
include("main.jl")