summaryrefslogtreecommitdiffstats
path: root/challenge/c09.go
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-11-28 22:11:05 -0500
committerrsiddharth <s@ricketyspace.net>2020-11-28 22:11:05 -0500
commitfdd13b5a8dc345255bd4f7a7b2f6493b03de3ac5 (patch)
tree4c09ff6924e91c0a4c4468075de8041948197abf /challenge/c09.go
parent758314be9aace88467b47b46d7395e60a90e2c4a (diff)
challenge/09: add output
Diffstat (limited to 'challenge/c09.go')
-rw-r--r--challenge/c09.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/challenge/c09.go b/challenge/c09.go
index aaf1664..9067e68 100644
--- a/challenge/c09.go
+++ b/challenge/c09.go
@@ -13,3 +13,9 @@ func C9() {
in_padded := lib.Pkcs7Padding(in, 24)
fmt.Printf("IN: %v\nOUT: %v\n", in, in_padded)
}
+
+// Output:
+//
+// IN: [89 69 76 76 79 87 32 83 85 66 77 65 82 73 78 69]
+// OUT: [89 69 76 76 79 87 32 83 85 66 77 65 82 73 78 69 8 8 8 8 8 8 8 8]
+