From 92170cc3e1c725944da553a591c753ef02121e15 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Wed, 30 Jun 2021 14:23:27 +0100 Subject: [PATCH] Add general cross-reference for low/high-level crypto Signed-off-by: Dave Rodgman --- docs/3.0-migration-guide.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/3.0-migration-guide.md b/docs/3.0-migration-guide.md index 04eb37f64..35652c3f3 100644 --- a/docs/3.0-migration-guide.md +++ b/docs/3.0-migration-guide.md @@ -134,6 +134,9 @@ of the 2.x releases — no longer included in 3.0) might help you do that. ## Low-level crypto +Please also refer to the section [High-level crypto](#high-level-crypto) for +changes that could sit in either cateogry. + ### The RNG parameter is now mandatory for all functions that accept one This change affects all users who called a function accepting a `f_rng` @@ -240,6 +243,9 @@ Alternative implementations of the SHA256 and SHA512 modules must adjust their f ## High-level crypto +Please also refer to the section [Low-level crypto](#low-level-crypto) for +changes that could sit in either cateogry. + ### Remove wrapper for libpkcs11-helper This doesn't affect people using the default configuration as it was already