diff options
author | rsiddharth <s@ricketyspace.net> | 2021-01-26 21:25:22 -0500 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2021-01-26 21:25:22 -0500 |
commit | 34d90886a0ed3aaf2086633efcde45b227ea27ba (patch) | |
tree | 3c840fb38c753fa6628fc291c658c4d0c601a653 /cryptopals.go | |
parent | 34637327ef1eef55c35286223d2669637c9da25e (diff) |
challenge: do challenge 15
Diffstat (limited to 'cryptopals.go')
-rw-r--r-- | cryptopals.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cryptopals.go b/cryptopals.go index 179caf0..a5f5e90 100644 --- a/cryptopals.go +++ b/cryptopals.go @@ -46,5 +46,7 @@ func main() { challenge.C13() case 14: challenge.C14() + case 15: + challenge.C15() } } |