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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: