
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 both names are provided to mirror the
C++ API.