Move previous cryptopals work into an Erlang subfolder, start cryptopals in Python 3
authorDavid Kerkeslager <kerkeslager@gmail.com>
Fri, 12 Feb 2021 18:14:56 +0000 (13:14 -0500)
committerDavid Kerkeslager <kerkeslager@gmail.com>
Fri, 12 Feb 2021 18:14:56 +0000 (13:14 -0500)
commitb37c633b0ba51e497920762fa2eb4d732ebca291
tree268a32991a1efce5f2e6e5cfb43b5c43acefdb0f
parent545381e1397107d4ab00d2e54d85d3e11d98e4f1
Move previous cryptopals work into an Erlang subfolder, start cryptopals in Python 3
35 files changed:
cryptopals-erlang/.gitignore [new file with mode: 0644]
cryptopals-erlang/01.01/hex.erl [new file with mode: 0644]
cryptopals-erlang/01.01/hex_tests.erl [new file with mode: 0644]
cryptopals-erlang/01.01/hex_to_base64.erl [new file with mode: 0644]
cryptopals-erlang/01.01/hex_to_base64_tests.erl [new file with mode: 0644]
cryptopals-erlang/01.01/test.sh [new file with mode: 0755]
cryptopals-erlang/01.02/hex.erl [new file with mode: 0644]
cryptopals-erlang/01.02/hex_tests.erl [new file with mode: 0644]
cryptopals-erlang/01.02/test.sh [new file with mode: 0755]
cryptopals-erlang/01.03/1984.html [new file with mode: 0644]
cryptopals-erlang/01.03/hex.erl [new file with mode: 0644]
cryptopals-erlang/01.03/hex_tests.erl [new file with mode: 0644]
cryptopals-erlang/01.03/main.erl [new file with mode: 0644]
cryptopals-erlang/01.03/run.sh [new file with mode: 0755]
cryptopals-erlang/01.03/stat.erl [new file with mode: 0644]
cryptopals-erlang/01.03/stat_tests.erl [new file with mode: 0644]
cryptopals-erlang/01.03/test.sh [new file with mode: 0755]
cryptopals-python/cryptopals.py [new file with mode: 0644]
cryptopals/.gitignore [deleted file]
cryptopals/01.01/hex.erl [deleted file]
cryptopals/01.01/hex_tests.erl [deleted file]
cryptopals/01.01/hex_to_base64.erl [deleted file]
cryptopals/01.01/hex_to_base64_tests.erl [deleted file]
cryptopals/01.01/test.sh [deleted file]
cryptopals/01.02/hex.erl [deleted file]
cryptopals/01.02/hex_tests.erl [deleted file]
cryptopals/01.02/test.sh [deleted file]
cryptopals/01.03/1984.html [deleted file]
cryptopals/01.03/hex.erl [deleted file]
cryptopals/01.03/hex_tests.erl [deleted file]
cryptopals/01.03/main.erl [deleted file]
cryptopals/01.03/run.sh [deleted file]
cryptopals/01.03/stat.erl [deleted file]
cryptopals/01.03/stat_tests.erl [deleted file]
cryptopals/01.03/test.sh [deleted file]