Skip to content

Commit 8717f26

Browse files
author
isayan
committed
Hashの計算方法をBouncyに統一
1 parent 386035b commit 8717f26

File tree

7 files changed

+866
-47
lines changed

7 files changed

+866
-47
lines changed

release/YaguraExtension-v3.1.jar

1.51 KB
Binary file not shown.

src/main/help/help-ja.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,9 @@ with Byte::
920920
md2::
921921
md2によるハッシュを計算します。
922922

923+
md4::
924+
md4によるハッシュを計算します。
925+
923926
md5::
924927
md5によるハッシュを計算します。
925928

src/main/help/help.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,6 +927,9 @@ The hash value is calculated using the value entered in the text area.
927927
md2::
928928
Calculate hash with md2
929929

930+
md4::
931+
Calculate hash with md4
932+
930933
md5::
931934
Calculate hash with md5
932935

@@ -1099,7 +1102,6 @@ WHIRLPOOL::
10991102
SM3::
11001103
Calculate hash with SM3
11011104

1102-
11031105
CRC32::
11041106
Calculate checksum by crc32
11051107

0 commit comments

Comments
 (0)