commit | 1ad1c6d4e18b32118863a63a42f4a6d70084e6ca | [log] [tgz] |
---|---|---|
author | Janos Follath <janos.follath@arm.com> | Thu Sep 21 09:02:11 2017 +0100 |
committer | Janos Follath <janos.follath@arm.com> | Thu Sep 21 12:05:30 2017 +0100 |
tree | c1f7faa6e025be27c779bce079c35c23d49fe1c2 | |
parent | b174c84a3b5aa3353e02a565a9cfe36cc6795384 [diff] [blame] |
Fix typo
diff --git a/library/dhm.c b/library/dhm.c index 620610d..71b4f85 100644 --- a/library/dhm.c +++ b/library/dhm.c
@@ -94,7 +94,7 @@ * Parameter should be: 2 <= public_param <= P - 2 * * This means that we need to return an error if - * public_param < 2 or public param > P-2 + * public_param < 2 or public_param > P-2 * * For more information on the attack, see: * http://www.cl.cam.ac.uk/~rja14/Papers/psandqs.pdf