X-Git-Url: http://www.git.cypherpunks.ru/?p=gogost.git;a=blobdiff_plain;f=faq.texi;h=fd4296bc76a52bc2f78f9586fae7196631a94f1c;hp=a0a9fd2c4b0c5b70781a605a32399b3bde248a51;hb=c8f5e7ac29bb7504755a4974f03b274a1407c11b;hpb=ed5c62dca4e81b385b3490e5f373658d432a1bf5 diff --git a/faq.texi b/faq.texi index a0a9fd2..fd4296b 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,7 +15,7 @@ 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}!