mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Fix type declaration
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@ -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]:
|
||||||
|
Reference in New Issue
Block a user