Skip to content

Commit 51d4965

Browse files
committed
Update Japanese RSA API document
1 parent bbc3a72 commit 51d4965

File tree

1 file changed

+3
-3
lines changed
  • doc/dox_comments/header_files-ja

1 file changed

+3
-3
lines changed

doc/dox_comments/header_files-ja/rsa.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ int wc_RsaSSL_Sign(const byte* in, word32 inLen, byte* out,
307307
308308
\brief メッセージがRSAキーによって署名されたことを検証するために使用されます。出力は入力と同じバイト配列を使用します。
309309
310-
\return >0 テキストの長さ
311-
\return <0 エラーが発生しました。
310+
\return `>0` ダイジェストの長さ
311+
\return `<0` エラーが発生しました。
312312
313313
\param in 復号されるバイト配列。
314314
\param inLen 入力バッファの長さ。
@@ -344,7 +344,7 @@ int wc_RsaSSL_VerifyInline(byte* in, word32 inLen, byte** out,
344344
345345
\brief メッセージがキーによって署名されたことを検証するために使用されます。
346346
347-
\return Success エラーがない場合のテキストの長さ
347+
\return Success エラーがない場合のダイジェストの長さ
348348
\return MEMORY_E メモリ例外。
349349
350350
\param in 復号されるバイト配列。

0 commit comments

Comments
 (0)