cflee's cryptopals exercises
The exercises are all exercised in the tests.
$ rake test
RuboCop and SimpleCov are run in the rake default task for linting and code coverage checks.
$ rake
If you need to adjust a RuboCop rule, this shows the rule/cop name:
$ rubocop -D
See LICENSE.md.