You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to apply different CKKS parameters into TenSeal context. In order to skip the parameter check which throws: "ValueError: encryption parameters are not set correctly", I want to set SEC_LEVEL_TYPE.NONE to tenseal.context. Does anyone know how to set parameter "SEC_LEVEL_TYPE.NONE" into ts.context() ?
Question
Apply SEC_LEVEL_TYPE.NONE on TenSeal context.
Further Information
I'm trying to apply different CKKS parameters into TenSeal context. In order to skip the parameter check which throws: "ValueError: encryption parameters are not set correctly", I want to set SEC_LEVEL_TYPE.NONE to tenseal.context. Does anyone know how to set parameter "SEC_LEVEL_TYPE.NONE" into ts.context() ?
sealapi.SEC_LEVEL_TYPE.TC128
System Information
Thank you
The text was updated successfully, but these errors were encountered: