nmAPI.py currently includes a few RSA helper functions (grep "^def rsa_") which are also available from seattlelib_v2/rsa.r2py. Unless I'm overlooking a potential name clash with Python's rsa module in other places in the nodemanager, we should remove the function definitions from nmAPI.py and dy_import the existing definitions instead.
nmAPI.py
currently includes a few RSA helper functions (grep "^def rsa_"
) which are also available fromseattlelib_v2/rsa.r2py
. Unless I'm overlooking a potential name clash with Python'srsa
module in other places in the nodemanager, we should remove the function definitions fromnmAPI.py
anddy_import
the existing definitions instead.