aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gost12sum.16
-rw-r--r--gostsum.16
2 files changed, 12 insertions, 0 deletions
diff --git a/gost12sum.1 b/gost12sum.1
index 9c49e18..da5fc5e 100644
--- a/gost12sum.1
+++ b/gost12sum.1
@@ -65,6 +65,12 @@ Be more verbose. Print filenames when checking (with \-c).
.B -l
Use long (512-bit) hash instead of short (256-bit).
+.SH CAVEATS
+
+The output of gost12sum has a reversed byte order compared to output of
+.B openssl dgst
+command because of the Russian GOST requrements.
+
.SH BUGS
This manpage is not quite accurate and has formatting inconsistent
diff --git a/gostsum.1 b/gostsum.1
index cfd20f6..e888945 100644
--- a/gostsum.1
+++ b/gostsum.1
@@ -65,6 +65,12 @@ of GOST 28147-89 block cipher) specified in the IETF draft
By default, cryptopro paramset is used. This option enables use of test
paramset as specified in appendices to the GOST.
+.SH CAVEATS
+
+The output of gost12sum has a reversed byte order compared to output of
+.B openssl dgst
+command because of the Russian GOST requrements.
+
.SH BUGS
This manpage is not quite accurate and has formatting inconsistent