https://github.com/nikkolasg/cryptopals-rb
Follow up of cryptopals-rs but in ruby
https://github.com/nikkolasg/cryptopals-rb
Last synced: 3 months ago
JSON representation
Follow up of cryptopals-rs but in ruby
- Host: GitHub
- URL: https://github.com/nikkolasg/cryptopals-rb
- Owner: nikkolasg
- License: gpl-3.0
- Created: 2016-08-23T19:18:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-30T17:29:04.000Z (over 8 years ago)
- Last Synced: 2025-01-06T19:35:35.899Z (5 months ago)
- Language: Ruby
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cryptopals-rb
Follow up of cryptopals-rs but in ruby. It starts at set 2 challenge 12.
The reason behind it is that after the first few challenges, I knew already all the rust code that I will be using. I don't learn that much all the nice features of that language because (shamefully) I don't try to make them nice, simply to make them work: define `fn` after `fn` and that's it.
Since my goal is to finish these challenges, I prefer doing them in Ruby. I'll go back to Rust with a real project.