blob: b7c6f327f8bfab5beb142b369fd60a48f63a3f26 [file] [log] [blame]
Thomas Daubney62b0d1d2021-05-21 16:55:03 +01001API changes
2 * Remove mode parameter from RSA functions. All encryption,
3 decryption, sign and verify functions are affected. Also
4 removes the RNG parameters from the RSA verify functions.
5 Existing user code which utilises these RSA functions must
Thomas Daubney2fbbe1d2021-05-24 10:53:57 +01006 remove the mode parameter. Fixes #4278.