summaryrefslogtreecommitdiffstats
path: root/challenge/c12.go
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2021-02-24 20:17:52 -0500
committerrsiddharth <s@ricketyspace.net>2021-02-24 20:17:52 -0500
commit40781a94bcf7f3fadf6f8a0bb94b42bd11cab6e5 (patch)
tree3c95a9c3f7bd2ead5d244315631999013be064c4 /challenge/c12.go
parentc35eb556136a35a5aa1f4e9371428a4c4cb7fdbd (diff)
challenge: remove blank lines
Diffstat (limited to 'challenge/c12.go')
-rw-r--r--challenge/c12.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/challenge/c12.go b/challenge/c12.go
index 0308bd4..2c4103f 100644
--- a/challenge/c12.go
+++ b/challenge/c12.go
@@ -22,7 +22,6 @@ YnkK`
encrypt := func(in []byte) []byte {
return lib.AESEncryptECB(append(in, lib.Base64ToBytes(unknown)...), key)
}
-
freshSheepBytes := func(n int) []byte {
in := make([]byte, n)
for i := 0; i < n; i++ {
@@ -96,7 +95,6 @@ YnkK`
}
panic("not found!")
}
-
if !isOracleUsingECB() {
panic("oracle not using ecb mode")
}