commit | e4710ae9ed02cf51d75bdd1b822f5f845dcab64c | [log] [tgz] |
---|---|---|
author | Gabor Mezei <gabor.mezei@arm.com> | Thu Mar 09 13:41:10 2023 +0100 |
committer | Gabor Mezei <gabor.mezei@arm.com> | Thu Mar 09 13:43:02 2023 +0100 |
tree | 934a3f3bd10adc862d20621d367564b75dc1c54b | |
parent | d1f16b937edbaa5638814f13c47506623d8ca566 [diff] [blame] |
Add and fix comments Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
diff --git a/scripts/mbedtls_dev/ecp.py b/scripts/mbedtls_dev/ecp.py index f448925..e245171 100644 --- a/scripts/mbedtls_dev/ecp.py +++ b/scripts/mbedtls_dev/ecp.py
@@ -147,7 +147,7 @@ class EcpP256R1Raw(bignum_common.ModOperationCommon, EcpTarget): - """Test cases for ecp quasi_reduction().""" + """Test cases for ECP P256 fast reduction.""" symbol = "-" test_function = "ecp_mod_p256_raw" test_name = "ecp_mod_p256_raw"