cryptopals

Version, currently master branch1 version
  • master branchlatestApr 12, 2022

github.com/spalladino/cryptopals

Solutions to Matasano Crypto Challenges

6 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  cryptopals:
    github: spalladino/cryptopals
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
Santiago Palladino

Dependencies

This version declares no dependencies.

README

Cryptopals

My solutions in Crystal to the Matasano Cryptopals crypto challenges.

An old version of the solutions can be found in Python in the branch old/python.