]> Cypherpunks.ru repositories - gost-www.git/blob - en/34.11-94.texi
Initial commit
[gost-www.git] / en / 34.11-94.texi
1 @node en341194
2 @section GOST R 34.11-94
3
4 @table @asis
5 @item Algorithm type
6     Hash function
7 @item Digest size
8     256 bit
9 @item Blocksize
10     256 bit
11 @item Structure
12     Merkle-Damgård
13 @item Rounds
14     32
15 @item RFC
16     @url{https://tools.ietf.org/html/rfc5831.html, 5831}
17 @item Best attack
18     @itemize
19     @item Collisions: complexity 2^105
20     @item Preimage: complexity 2^192
21     @end itemize
22 @end table
23
24 @strong{Features}:
25 @itemize
26 @item Uses @ref{en2814789, Magma} block cipher inside.
27 @item You have to specify S-box to use for that Magma cipher.
28 @item Standard does not define how digest output must be presented --
29 that is why there are incompatible implementations, that output digest
30 as either little-endian or big-endian value.
31 @end itemize