Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 473 Bytes

File metadata and controls

21 lines (16 loc) · 473 Bytes

CRS-less MKFHE

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")