Skip to contents

Synonym for rescale(). Both names dispatch to the same C++ operation (CryptoContextImpl::Rescale delegates to ModReduce internally); the R binding keeps both so fixture and vignette authors can use whichever name matches the OpenFHE documentation they're following.

Usage

mod_reduce(x, ...)

Arguments

x

A Ciphertext.

...

Reserved for future method-specific arguments.

Value

A Ciphertext at one lower level.