From 40781a94bcf7f3fadf6f8a0bb94b42bd11cab6e5 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Wed, 24 Feb 2021 20:17:52 -0500 Subject: challenge: remove blank lines --- challenge/c12.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'challenge/c12.go') 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") } -- cgit v1.2.3