* Remove pycryptodome from import blacklist
pycryptodome appears to be actively maintained, as opposed to pycrypto.
Unless there is a noted security issue with not using it, this removes
the blanket blacklist on the library. Any insecure hashes/ciphers/etc.
that the library provides will still be reported as per other libraries.
* [functional-tests]
- repurpose blacklist test to verify that pycryptodome is no longer blacklisted
* - fix flake8 line too long
* [flake8]
- misunderstood what flake8 was complaining about.