commit | f723754f6db2014c738ded5b80ab00dca4634178 | [log] [tgz] |
---|---|---|
author | Tom Cosgrove <tom.cosgrove@arm.com> | Fri Dec 16 16:10:36 2022 +0000 |
committer | Tom Cosgrove <tom.cosgrove@arm.com> | Fri Dec 16 16:10:36 2022 +0000 |
tree | e708b639094bd9477583d798fb56015371ef7023 | |
parent | 342d00bc220a9aea38563f6ce58be76a844a7995 [diff] [blame] |
Fix typos Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
diff --git a/scripts/mbedtls_dev/bignum_mod.py b/scripts/mbedtls_dev/bignum_mod.py index 6428873..25afe30 100644 --- a/scripts/mbedtls_dev/bignum_mod.py +++ b/scripts/mbedtls_dev/bignum_mod.py
@@ -76,7 +76,7 @@ arity = 1 suffix = True disallow_zero_a = True - mongtomgery_form_a = True + montgomery_form_a = True def result(self) -> List[str]: result = bignum_common.invmod_positive(self.int_a, self.int_n)