You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Functions ending in _create( will no longer accept a first parameter. This forces a single way to get a pointer to new object and is more likely to result in a check of its value.
Removing signing features. It is too difficult to maintain across platforms and maintain in continuous integration environments. Anybody who still needs such functionality can stick with an older 3.x version.
Removing SHA224 support for Windows as part of the cryptographic functions since Windows does not support it natively.
Some AES parameters and function names have changed.
The text was updated successfully, but these errors were encountered:
Breaking changes
_create(
will no longer accept a first parameter. This forces a single way to get a pointer to new object and is more likely to result in a check of its value.The text was updated successfully, but these errors were encountered: