Merge commit '2470270f500c728d10b8895314d8d8b07016e37b' into grubba/typechecker-automap * commit '2470270f500c728d10b8895314d8d8b07016e37b': (18681 commits) Removed the old typechecker. ...
Crypto.Sign: Added sub-class State. This makes the Crypto.Sign API to behave closer to the other Crypto APIs. This affects code that uses Crypto.RSA and Crypto.DSA (which now are modules and not classes). Crypto.ECC.Curve.ECDSA is currently unmodified.
Crypto.DSA: Moved some functions from Standards.PKCS.DSA. To avoid circular dependencies between Crypto.DSA and Standards.PKCS.DSA the pkcs_*() functions are now inlined in Crypto.DSA. This also adds pkcs_algorithm_identifer() to Crypto.DSA. Fixes module dumping problems for Crypto.DSA.
Crypto.RSA: pkcs_algorithm_id() ==> pkcs_signature_algorithm_id() Renamed the function above in Crypto.RSA and Crypto.DSA to avoid confusion with the similar algorithm_identifier().