Fix typos
Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
This commit is contained in:
parent
342d00bc22
commit
f723754f6d
5 changed files with 7 additions and 7 deletions
|
@ -76,7 +76,7 @@ class BignumModInvMont(bignum_common.ModOperationCommon, BignumModTarget):
|
|||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue