blob: 7ee3adb957b0f668e706c3eb3f569e7e06be25ef [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
6 remove the mode parameter.