Skip to content

Commit

Permalink
Only use NORESCALE in BFV (forum 1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeho committed Mar 13, 2024
1 parent 7611ce0 commit a1d6a8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/scala/fhetest/Generate/LibConfigGenerator.scala
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ case class ValidLibConfigGenerator(encType: ENC_TYPE)
FIXEDAUTO,
FLEXIBLEAUTO,
)
else if randomScheme == Scheme.BFV then
Array(
NORESCALE,
)
else
Array(
NORESCALE,
Expand Down

0 comments on commit a1d6a8d

Please sign in to comment.