mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 22:19:05 +00:00
Add and fix comments
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
d1f16b937e
commit
e4710ae9ed
2 changed files with 5 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ class EcpP224R1Raw(bignum_common.ModOperationCommon,
|
|||
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue