Thomas Daubney | 62b0d1d | 2021-05-21 16:55:03 +0100 | [diff] [blame^] | 1 | API 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. |