1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-06-16 17:40:57 +03:00

Fix typos

Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
This commit is contained in:
Tom Cosgrove
2022-12-16 16:10:36 +00:00
parent 342d00bc22
commit f723754f6d
5 changed files with 7 additions and 7 deletions

View File

@ -64,7 +64,7 @@ class BignumModRawInvPrime(bignum_common.ModOperationCommon,
input_style = "arch_split"
arity = 1
suffix = True
mongtomgery_form_a = True
montgomery_form_a = True
disallow_zero_a = True
def result(self) -> List[str]: