From: Sergey Matveev Date: Fri, 27 Dec 2019 13:17:40 +0000 (+0300) Subject: FAQ X-Git-Tag: v4.2.2~2 X-Git-Url: http://www.git.cypherpunks.ru/?p=gogost.git;a=commitdiff_plain;h=ed5c62dca4e81b385b3490e5f373658d432a1bf5 FAQ --- diff --git a/faq.texi b/faq.texi new file mode 100644 index 0000000..a0a9fd2 --- /dev/null +++ b/faq.texi @@ -0,0 +1,29 @@ +@node FAQ +@unnumbered Frequently asked questions + +@set ItIsGOSTBaby It is GOST: do you expect serialization unification? + +@table @asis + +@item My signature is not validated by other implementations. What is wrong? + +Try to reverse it (@code{sign[::-1]}). +Try to swap its halves (@code{sign[len(sign)/2:] + sign[:len(sign)/2]}). +Try to reverse its swapped halves too. + +@value{ItIsGOSTBaby}! + +@item My signature is @strong{still} not validated by other implementations! + +Try to reverse digest you are signing/verifying (@code{dgst[::-1]}). + +@value{ItIsGOSTBaby}! + +@item Everything above did not help me. Does PyGOST sucks? + +No way! You still have not tried to reverse your binary private key, +public key and swap its halves. + +@value{ItIsGOSTBaby}! + +@end table diff --git a/makedist.sh b/makedist.sh index 01c100f..ecf32d9 100755 --- a/makedist.sh +++ b/makedist.sh @@ -55,6 +55,15 @@ cat > $texi < $texi <