X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=faq.texi;h=fd4296bc76a52bc2f78f9586fae7196631a94f1c;hb=204dbfe18dc8d262f057315b8e55f0041d8e25fa;hp=a0a9fd2c4b0c5b70781a605a32399b3bde248a51;hpb=ed5c62dca4e81b385b3490e5f373658d432a1bf5;p=gogost.git 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}!