]> Cypherpunks.ru repositories - gost-www.git/blob - en/28147-89-modes.texi
Излишний @documentencoding
[gost-www.git] / en / 28147-89-modes.texi
1 @node en2814789modes
2 @section GOST 28147-89 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 CFB
11         @item CTR
12         @item MAC
13     @end itemize
14 @item RFC
15     @url{https://tools.ietf.org/html/rfc5830.html, 5830}
16 @end table
17
18 @strong{Features}:
19 @itemize
20 @item 28147-89 MAC is completely unusable:
21     @itemize
22         @item Reduced 16-round Magma cipher is used instead of 32 one.
23         @item Authenticating data does not have neither padding, nor
24         length specifying, so @code{MAC(0xDEAD) = MAC(0xDEAD00)}.
25     @end itemize
26 @item Specified counter (CTR) mode increments counters with predefined
27 constants for 32-bit halves of the block. This differs from simpler
28 counter mode implementations.
29 @end itemize