From 205b4816471852338f427725ee6ec2abd06cc43d Mon Sep 17 00:00:00 2001 From: Joel Brockman <12435369+jbrock24@users.noreply.github.com> Date: Tue, 7 Nov 2023 16:49:11 -0500 Subject: [PATCH] Minor change to include the proper name of the output for RSADP 56Br2 changes --- src/rsa/sections/06-decprim-test-vectors.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rsa/sections/06-decprim-test-vectors.adoc b/src/rsa/sections/06-decprim-test-vectors.adoc index 7c06cb47..a87356c0 100644 --- a/src/rsa/sections/06-decprim-test-vectors.adoc +++ b/src/rsa/sections/06-decprim-test-vectors.adoc @@ -127,7 +127,7 @@ Here is an abbreviated yet fully constructed example of the prompt "modulo": 2048, "testType": "AFT", "keyMode": "standard", - "publicExponentMode": "random", + "pubExpMode": "random", "tests": [ { "tcId": 1, @@ -145,7 +145,7 @@ Here is an abbreviated yet fully constructed example of the prompt "modulo": 4096, "testType": "AFT", "keyMode": "crt", - "publicExponentMode": "random", + "pubExpMode": "random", "tests": [ { "tcId": 2,