]> Cypherpunks.ru repositories - gogost.git/blob - news.texi
Add release date to downloads
[gogost.git] / news.texi
1 @node News
2 @unnumbered News
3
4 @table @strong
5
6 @anchor{Release 2.0}
7 @item 2.0
8     @itemize
9     @item 34.11-2012 is split on two different modules:
10         @code{gost34112012256} and @code{gost34112012512}
11     @item 34.11-94's digest is reversed. Now it is compatible with TC26's
12       HMAC and PBKDF2 test vectors
13     @item @code{gogost-streebog} is split to @code{streebog256} and
14         @code{streebog512} correspondingly by analogy with sha* utilities
15     @item added VKO 34.10-2012 support with corresponding test vectors
16     @item @code{gost3410.DigestSizeX} is renamed to
17         @code{gost3410.ModeX} because it is not related to digest size,
18         but parameters and key sizes
19     @item KEK functions take @code{big.Int} UKM value. Use @code{NewUKM}
20         to unmarshal raw binary UKM
21     @end itemize
22
23 @anchor{Release 1.1}
24 @item 1.1
25     @itemize
26     @item gogost-streebog is able to use either 256 or 512 bits digest size
27     @item 34.13-2015 padding methods
28     @item 28147-89 CBC mode of operation
29     @end itemize
30
31 @end table