Limnoria/plugins/Hashes
James Lu fffe1efa9b Hashes: remove duplicate check for hashlib.algorithms_available
This code is never wrap()'ed if the attribute is unavailable, so it isn't necessary to check for it in runtime twice.
2017-11-09 09:05:58 -08:00
..
README.md Add hashes plugin (#1315) 2017-11-09 17:56:43 +01:00
__init__.py Add hashes plugin (#1315) 2017-11-09 17:56:43 +01:00
config.py Add hashes plugin (#1315) 2017-11-09 17:56:43 +01:00
plugin.py Hashes: remove duplicate check for hashlib.algorithms_available 2017-11-09 09:05:58 -08:00
test.py Hashes: simplify test suites 2017-11-09 09:04:21 -08:00

README.md

Provides hash and encryption related commands.