SeattleTestbed / nodemanager

Remote control server for SeattleTestbed nodes
MIT License
0 stars 10 forks source link

nmAPI: Factor out RSA functions #124

Open aaaaalbert opened 8 years ago

aaaaalbert commented 8 years ago

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.