質問編集履歴

2

数字が間違っていたため

2022/06/28 04:55

投稿

tamintya
tamintya

スコア34

test CHANGED
File without changes
test CHANGED
@@ -231,5 +231,5 @@
231
231
  M = @
232
232
  ```
233
233
  ### 追記
234
- 3回目の実行時にclass Decryptionのdouble ```tmpd = Math.pow(tmpi,d) % n; //復号化```の計算結果が73になると想定したが実行すると63が返されてしまう点が違っている。
234
+ 3回目の実行時にclass Decryptionのdouble ```tmpd = Math.pow(tmpi,d) % n; //復号化```の計算結果が73になると想定したが実行すると64が返されてしまう点が違っている。
235
-
235
+

1

情報が不足していたため

2022/06/28 04:45

投稿

tamintya
tamintya

スコア34

test CHANGED
File without changes
test CHANGED
@@ -230,5 +230,6 @@
230
230
  int = 64
231
231
  M = @
232
232
  ```
233
-
233
+ ### 追記
234
-
234
+ 3回目の実行時にclass Decryptionのdouble ```tmpd = Math.pow(tmpi,d) % n; //復号化```の計算結果が73になると想定したが実行すると63が返されてしまう点が違っている。
235
+