You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.pycurrently 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'srsamodule in other places in the nodemanager, we should remove the function definitions fromnmAPI.pyanddy_importthe existing definitions instead.