]> Cypherpunks.ru repositories - pygost.git/blobdiff - www.texi
34.13-2015 cipher modes of operation implementation
[pygost.git] / www.texi
index 6bfdc5d332b230ed8a5b01ec4c402667b1ae5faa..be2c62c552ec73e102a72ac1773bbc1098f4b0bb 100644 (file)
--- a/www.texi
+++ b/www.texi
@@ -3,7 +3,7 @@
 @settitle PyGOST
 
 @copying
-Copyright @copyright{} 2015-2016 @email{stargrave@@stargrave.org, Sergey Matveev}
+Copyright @copyright{} 2015-2017 @email{stargrave@@stargrave.org, Sergey Matveev}
 @end copying
 
 @node Top
@@ -49,7 +49,8 @@ Currently supported algorithms are:
     (using GOST algorithms with X.509) compatibility helpers
 @item GOST R 34.12-2015 128-bit block cipher Кузнечик (Kuznechik)
     (@url{https://tools.ietf.org/html/rfc7801.html, RFC 7801})
-@item GOST R 34.13-2015 padding methods
+@item GOST R 34.13-2015 padding methods and block cipher modes of operation
+      (ECB, CTR, OFB, CBC, CFB, MAC)
 @item PEP247-compatible hash/MAC functions
 @end itemize
 
@@ -88,6 +89,9 @@ mailing list. Announcements also go to this mailing list.
 @unnumbered News
 
 @table @strong
+@item 3.2
+34.13-2015 block cipher modes of operation implementations.
+
 @item 3.1
 Fixed mypy stubs related to PEP247-successors.