]> Cypherpunks.ru repositories - gost-www.git/blob - en/34.13-2015.texi
Mention that 34.13-2015 modes take long IV
[gost-www.git] / en / 34.13-2015.texi
1 @node en34132015
2 @section GOST R 34.13-2015 cipher modes of operation
3
4 @table @asis
5 @item Type of standard
6     Encryption and authentication modes
7 @item What modes are defined
8     @itemize
9     @item ECB
10     @item CTR
11     @item OFB
12     @item CBC
13     @item CFB
14     @item MAC
15     @end itemize
16 @end table
17
18 @strong{Features}:
19 @itemize
20 @item Replaces obsolete @ref{en2814789modes, GOST 28147-89 modes}.
21 @item Common simple counter mode implementation.
22 @item OFB, CBC, CFB modes takes long IV, consisting of two parts.
23 @item Specified MAC is identical to
24 @url{https://en.wikipedia.org/wiki/CMAC, CMAC} and can be safely used.
25 @end itemize