Skip to content

Commit

Permalink
Update submodule to latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeho committed Mar 7, 2024
1 parent aba7ff1 commit e3e54ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/T2-FHE-Compiler-and-Benchmarks
1 change: 0 additions & 1 deletion src/main/scala/fhetest/LibConfig.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ case class LibConfig(
encParams: EncParams = EncParams(32768, 5, 65537),
firstModSize: Int = 60,
scalingModSize: Int = 59,
// TODO: securityLevel option is not applied yet in SEAL
securityLevel: SecurityLevel = SecurityLevel.HEStd_NotSet,
scalingTechnique: ScalingTechnique = ScalingTechnique.FLEXIBLEAUTOEXT,
lenOpt: Option[Int] = None,
Expand Down

0 comments on commit e3e54ee

Please sign in to comment.