]> Cypherpunks.ru repositories - pygost.git/blob - NEWS
Trivial docstring corrections
[pygost.git] / NEWS
1 3.0:
2     Many incompatible changes:
3
4     * gost3411_94 renamed to gost341194
5     * gost3411_2012 renamed and splitted to gost34112012256, gost34112012512
6     * GOST34112012 splitted to GOST34112012256, GOST34112012512
7     * gost3410.kek moved to separate gost3410_vko.vko_34102001
8     * 34.10-2012 VKO appeared in gost3410_vko, with test vectors
9     * 34.11-94 digest is reversed, to be compatible with HMAC and
10       PBKDF2 test vectors describe in TC26 documents
11     * 34.11-94 PBKDF2 test vectors added
12     * gost3410.prv_unmarshal, gost3410.pub_marshal, gost3410.pub_unmarshal
13       helpers added, removing the need of x509 module at all
14     * gost3410.verify expects (pubX, pubY) tuple, instead of two separate
15       pubX, pubY arguments
16
17 2.4:
18     Fixed 34.13 mypy stub
19
20 2.3:
21     Typo and pylint fixes
22
23 2.2:
24     34.13-2015 padding methods
25
26 2.1:
27     Documentation and supplementary files refactoring
28
29 2.0:
30     PEP-0247 compatible hashers and MAC
31
32 1.0:
33     * Ability to specify curve in pygost.x509 module
34     * Ability to use 34.10-2012 in pygost.x509 functions
35
36     Renamed classes and modules:
37
38     * pygost.gost3410.SIZE_34100 -> pygost.gost3410.SIZE_3410_2001
39     * pygost.gost3410.SIZE_34112 -> pygost.gost3410.SIZE_3410_2012
40     * pygost.gost3411_12.GOST341112 -> pygost.gost3411_2012.GOST34112012
41
42 0.16:
43     34.10-2012 TC26 curve parameters
44
45 0.15:
46     PEP-0484 static typing hints
47
48 0.14:
49     34.10-2012 workability fix
50
51 0.13:
52     Python3 compatibility
53
54 0.11:
55     GOST R 34.12-2015 Кузнечик (Kuznechik) implementation
56
57 0.10:
58     CryptoPro and GOST key wrapping, CryptoPro key meshing