質問編集履歴

1

タイプミス修正

2018/12/18 10:52

投稿

ae4hfraptbe
ae4hfraptbe

スコア8

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,11 @@
2
2
 
3
3
 
4
4
 
5
- byte[] cipherTextBytes = cipherTextBytes.Concat ( ivStringBytes ).ToArray ();
5
+ byte[] a = cipherTextBytes.Concat ( ivStringBytes ).ToArray ();
6
+
7
+
8
+
9
+ ※cipherTextBytes は byte[]
6
10
 
7
11
 
8
12