JuliaCrypto / SEAL.jl

SEAL.jl is an easy-to-use wrapper for the original SEAL library and supports homomorphic encryption with the BFV and CKKS schemes.

Home Page:https://juliacrypto.github.io/SEAL.jl/stable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error while generating encryption parameters

flyjgh opened this issue · comments

commented

In julia 1.8.0, calling

parms = EncryptionParameters(SchemeType.bfv)

returns
ERROR: UndefVarError: libsealc not defined