Move subsection

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman 2021-06-30 20:03:55 +01:00
parent 26c12eb523
commit b0e6bb54f9

View File

@ -356,6 +356,12 @@ and include the `compat_2.x.h` header file which holds macros with proper
renaming or to rename those functions in their code according to the list from renaming or to rename those functions in their code according to the list from
mentioned header file. mentioned header file.
### Remove the RNG parameter from RSA verify functions
RSA verification functions also no longer take random generator arguments (this
was only needed when using a private key). This affects all applications using
the RSA verify functions.
## High-level crypto ## High-level crypto
@ -377,12 +383,6 @@ Currently the output is always 0 bytes, but it may be more when alternative
implementations of the underlying primitives are in use, or with future implementations of the underlying primitives are in use, or with future
versions of the library. versions of the library.
### Remove the RNG parameter from RSA verify functions
RSA verification functions also no longer take random generator arguments (this
was only needed when using a private key). This affects all applications using
the RSA verify functions.
### Remove MD2, MD4, RC4, Blowfish and XTEA algorithms ### Remove MD2, MD4, RC4, Blowfish and XTEA algorithms
This change affects users of the MD2, MD4, RC4, Blowfish and XTEA algorithms. This change affects users of the MD2, MD4, RC4, Blowfish and XTEA algorithms.