X-Git-Url: http://www.git.cypherpunks.ru/?p=gogost.git;a=blobdiff_plain;f=faq.texi;h=fd67221d37c84949853d4b02f87cdd8e8be159d5;hp=a0a9fd2c4b0c5b70781a605a32399b3bde248a51;hb=HEAD;hpb=ed5c62dca4e81b385b3490e5f373658d432a1bf5 diff --git a/faq.texi b/faq.texi index a0a9fd2..fd67221 100644 --- a/faq.texi +++ b/faq.texi @@ -7,7 +7,7 @@ @item My signature is not validated by other implementations. What is wrong? -Try to reverse it (@code{sign[::-1]}). +Try to reverse it (like @code{sign[::-1]} in Python). Try to swap its halves (@code{sign[len(sign)/2:] + sign[:len(sign)/2]}). Try to reverse its swapped halves too. @@ -15,11 +15,11 @@ Try to reverse its swapped halves too. @item My signature is @strong{still} not validated by other implementations! -Try to reverse digest you are signing/verifying (@code{dgst[::-1]}). +Try to reverse digest you are signing/verifying (like @code{dgst[::-1]} in Python). @value{ItIsGOSTBaby}! -@item Everything above did not help me. Does PyGOST sucks? +@item Everything above did not help me. Does GoGOST sucks? No way! You still have not tried to reverse your binary private key, public key and swap its halves.