]> Cypherpunks.ru repositories - gogost.git/blobdiff - faq.texi
Download link for 5.14.1 release
[gogost.git] / faq.texi
index a0a9fd2c4b0c5b70781a605a32399b3bde248a51..fd67221d37c84949853d4b02f87cdd8e8be159d5 100644 (file)
--- 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.