зеркало из https://github.com/microsoft/CCF.git
Fix usage of generate_private_key() (#6252)
This commit is contained in:
Родитель
aa4e37e83d
Коммит
e6e194154d
|
@ -87,7 +87,7 @@ def generate_rsa_keypair(key_size: int) -> Tuple[str, str]:
|
|||
|
||||
def generate_ec_keypair(curve: ec.EllipticCurve = ec.SECP256R1) -> Tuple[str, str]:
|
||||
priv = ec.generate_private_key(
|
||||
curve=curve,
|
||||
curve=curve(),
|
||||
backend=default_backend(),
|
||||
)
|
||||
pub = priv.public_key()
|
||||
|
|
Загрузка…
Ссылка в новой задаче