Standalone wrapper around the
CryptoContext::EvalRotateKeyGen(privateKey, indexList) C++
method. Populates the CryptoContext's internal automorphism
key registry for the supplied rotation indices so that
eval_rotate() can consume them.
Details
key_gen() folds this into its rotations = ... argument as
a convenience for fresh keypairs. The standalone wrapper is
the right entry point when the secret key already exists —
for example as the lead-party rotation-key generation step in
a multi-party rotation protocol, where subsequent parties
contribute via multi_eval_at_index_key_gen().
