]> Cypherpunks.ru repositories - pygost.git/blobdiff - news.texi
PEP8 typing stubs
[pygost.git] / news.texi
index c07e23f15fceb27bcaf3ae5d77f0d12caa276d85..6ff2525f2d1f751757517e033a8b96f4970f5422 100644 (file)
--- a/news.texi
+++ b/news.texi
@@ -3,6 +3,15 @@
 
 @table @strong
 
+@anchor{Release 5.2}
+@item 5.2
+    @itemize
+    @item @code{GOST3410Curve} has @code{.contains(point)} method for
+        checking if point is on the curve.
+    @item @code{gost3410_vko} functions check if remote peer's public
+        key is on the curve.
+    @end itemize
+
 @anchor{Release 5.1}
 @item 5.1
 Small typing stubs fixes.