mirror of
https://github.com/cuberite/polarssl.git
synced 2025-12-09 07:13:38 -05:00
Fix type declaration
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
342b9a903d
commit
636809f2b9
@ -118,7 +118,7 @@ class BignumModRawConvertRep(bignum_common.ModOperationCommon,
|
|||||||
arity = 1
|
arity = 1
|
||||||
rep = bignum_common.ModulusRepresentation.INVALID
|
rep = bignum_common.ModulusRepresentation.INVALID
|
||||||
|
|
||||||
def set_representation(self, r: bignum_common.ModulusRepresentation) -> bool:
|
def set_representation(self, r: bignum_common.ModulusRepresentation) -> None:
|
||||||
self.rep = r
|
self.rep = r
|
||||||
|
|
||||||
def arguments(self) -> List[str]:
|
def arguments(self) -> List[str]:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user