From b0e6bb54f9191e323363218838c1b24816165d24 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Wed, 30 Jun 2021 20:03:55 +0100 Subject: [PATCH] Move subsection Signed-off-by: Dave Rodgman --- docs/3.0-migration-guide.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/3.0-migration-guide.md b/docs/3.0-migration-guide.md index 9b3a0e9b73..8b3275c09c 100644 --- a/docs/3.0-migration-guide.md +++ b/docs/3.0-migration-guide.md @@ -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 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 @@ -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 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 This change affects users of the MD2, MD4, RC4, Blowfish and XTEA algorithms.