]> Cypherpunks.ru repositories - pygost.git/history - pygost/stubs
Unify ValueErrors string capitalizing
[pygost.git] / pygost / stubs /
2020-10-19 Sergey MatveevUnused Optional import
2020-10-19 Sergey MatveevMissing Tuple import
2020-10-19 Sergey MatveevPEP8 typing stubs
2020-10-19 Sergey MatveevGOST3410Curve.contains()
2020-09-24 nekolyanichAdd GOST3410Curve.point_size property stub
2020-09-10 Sergey MatveevFix typing stub: no gost3410.MODE2SIZE anymore
2020-09-04 Sergey MatveevRemove excess mode kwargs from gost3410* functions
2020-07-30 Sergey MatveevUse curve's cofactor during VKO calculations
2020-07-30 Sergey MatveevKDF_*_GOSTR3411_2012_256, KEG
2020-07-30 Sergey MatveevKExp15/KImp15
2020-07-30 Sergey MatveevCTR-ACPKM, OMAC-ACPKM-Master modes of operation
2020-07-24 Sergey MatveevMGM mode 4.8
2020-07-09 Sergey MatveevCompletely get rid of addmod
2019-12-27 Sergey Matveevpygost.gost3410.sign rand argument and more 34.10-2012...
2019-07-12 Sergey MatveevCoordinates conversion from/to twisted Edwards to Weier... 4.0
2019-07-12 Sergey MatveevSimplify GOST3410Curve initialization
2018-12-09 Sergey Matveevsbox argument for pygost.wrap.* functions is optional
2018-12-09 Sergey MatveevMissing typing stubs
2018-12-09 Sergey Matveevkek_34102012256 can be used with 256-bit private keys
2018-12-09 Sergey MatveevPEP247 hasher hexdigest must not be an abstractmethod
2018-12-09 Sergey MatveevAdd some missing typestubs
2018-12-09 Sergey MatveevMissing 34.11-2012 PBKDF2 typing stub
2018-12-09 Sergey MatveevMissing gost28147_mac.new typing stub
2017-06-21 Sergey MatveevMODE2SIZE in typing stub
2017-06-16 Sergey MatveevMissing DEFAULT_CURVE in stubs
2017-06-10 Sergey MatveevMagma block cipher 3.3
2017-06-10 Sergey MatveevRename Kuz to Kuznechik for clarity
2017-06-04 Sergey Matveev34.13-2015 cipher modes of operation implementation 3.2
2016-12-08 Sergey MatveevAdd missing gost28147: SBOXES, BLOCKSIZE, ecb_* mypy...
2016-11-28 Sergey MatveevFix stubs: successors of PEP247 3.1
2016-11-19 Sergey MatveevVKO functions are the same, only hash function differs...
2016-11-19 Sergey MatveevSeparate 34.11-94 PBKDF2 function could be useful
2016-11-19 Sergey MatveevAdd missing hash.new mypy stub entries
2016-11-19 Sergey MatveevVKO functions must be called kek()
2016-11-19 Sergey MatveevUKM is actually just a number
2016-11-19 Sergey MatveevFix mypy stubs
2016-11-19 Sergey MatveevShorter private key variable name
2016-11-19 Sergey MatveevUse public key tuple as an argument for convenience
2016-11-19 Sergey MatveevShorter module names for convenience and simplicity
2016-11-19 Sergey Matveev34.10-2012 VKO implementation and remove X.509-compatib...
2016-10-13 Sergey MatveevFix 34.13 mypy stub 2.4
2016-10-04 Sergey Matveev2.3 release is ready