File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -650,7 +650,7 @@ public double Scale
650
650
/// <summary>
651
651
/// Returns a reference to the correction factor. This is only needed when using the
652
652
/// BGV encryption scheme. The user should have little or no reason to ever
653
- /// change the scale by hand.
653
+ /// change the correction factor by hand.
654
654
/// </summary>
655
655
public ulong CorrectionFactor
656
656
{
Original file line number Diff line number Diff line change @@ -653,7 +653,7 @@ namespace seal
653
653
654
654
/* *
655
655
Returns a reference to the correction factor. This is only needed when using the BGV encryption scheme. The user
656
- should have little or no reason to ever change the scale by hand.
656
+ should have little or no reason to ever change the correction factor by hand.
657
657
*/
658
658
SEAL_NODISCARD inline std::uint64_t &correction_factor () noexcept
659
659
{
Original file line number Diff line number Diff line change @@ -1590,7 +1590,7 @@ namespace seal
1590
1590
throw invalid_argument (" pool is uninitialized" );
1591
1591
}
1592
1592
1593
- mod_reduce_to_next (encrypted, encrypted, std::move (pool));
1593
+ mod_switch_drop_to_next (encrypted, encrypted, std::move (pool));
1594
1594
#ifdef SEAL_THROW_ON_TRANSPARENT_CIPHERTEXT
1595
1595
// Transparent ciphertext output is not allowed.
1596
1596
if (encrypted.is_transparent ())
You can’t perform that action at this time.
0 commit comments