Skip to content

Commit d887def

Browse files
committed
[Review OP-TEE#4] Add small comment about smallprime product values
Minor comment. Signed-off-by: Clement Faure <clement.faure@nxp.com>
1 parent 6fe3ff3 commit d887def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/drivers/crypto/caam/acipher/caam_prime.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ static const uint8_t sqrt_value[] = {
7070
* Speedups for prime searching
7171
*
7272
* These values are products of small primes. Information about the product
73-
* preceeds it.
73+
* preceeds it. These values have been pre-computed by the CAAM design team.
7474
*
7575
* Per Handbook of Applied Cryptography, Menezes et al, 4.4.1, one can compute
7676
* the percentage of non-primes weeded out by checking for small prime factors

0 commit comments

Comments
 (0)