質問編集履歴

2

タグ追加

2018/07/26 05:01

投稿

daiki002
daiki002

スコア68

test CHANGED
File without changes
test CHANGED
File without changes

1

修正

2018/07/26 05:01

投稿

daiki002
daiki002

スコア68

test CHANGED
File without changes
test CHANGED
@@ -4,17 +4,17 @@
4
4
 
5
5
 
6
6
 
7
- Q1. corefxのRijndael.csではなく、RijndaelManaged.csを見ると以下のように書かれていました。
7
+ Q1. corefxのRijndaelImplementation.csを見ると以下のように書かれていました。
8
8
 
9
9
  なぜ.NET Coreではブロック長256bitがサポートされていないのでしょうか?
10
10
 
11
11
  ```
12
12
 
13
- / Values which were legal in desktop RijndaelManaged but not here in this wrapper type
13
+ Values which were legal in desktop RijndaelManaged but not here in this wrapper type
14
14
 
15
15
  ```
16
16
 
17
- [https://github.com/dotnet/corefx/blob/master/src/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/RijndaelManaged.cs#L30](https://github.com/dotnet/corefx/blob/master/src/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/RijndaelManaged.cs#L30)
17
+ [https://github.com/dotnet/corefx/blob/master/src/System.Security.Cryptography.Algorithms/src/Internal/Cryptography/RijndaelImplementation.cs#L36](https://github.com/dotnet/corefx/blob/master/src/System.Security.Cryptography.Algorithms/src/Internal/Cryptography/RijndaelImplementation.cs#L36)
18
18
 
19
19
 
20
20
 
@@ -38,7 +38,7 @@
38
38
 
39
39
 
40
40
 
41
- namespace Rijndael256Tes
41
+ namespace Rijndael256Test
42
42
 
43
43
  {
44
44
 
@@ -160,8 +160,8 @@
160
160
 
161
161
  at Internal.Cryptography.RijndaelImplementation.set_BlockSize(Int32 value)
162
162
 
163
- at Rijndael256Tes.Program.RijndaelEncrypt(Byte[] bytes) in Program.cs:line 19
163
+ at Rijndael256Test.Program.RijndaelEncrypt(Byte[] bytes) in Program.cs:line 19
164
164
 
165
- at Rijndael256Tes.Program.Main(String[] args) in Program.cs:line 47
165
+ at Rijndael256Test.Program.Main(String[] args) in Program.cs:line 47
166
166
 
167
167
  ```