
Generate at-index (rotation) keys for a secret key
Source:R/eval-key-map.R
eval_at_index_key_gen.RdStandalone wrapper around the
CryptoContext::EvalAtIndexKeyGen(privateKey, indexList) C++
method. Functionally identical to eval_rotate_key_gen()
(the C++ EvalRotateKeyGen is a thin inline wrapper around
EvalAtIndexKeyGen) and provided for surface parity with the
C++ header and openfhe-python, both of which bind the two
names separately.