8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8f270 commit 560e714Copy full SHA for 560e714
test/functional/test_f_crypto.py
@@ -43,7 +43,7 @@ def test_ecc_static_length_signature(algorithm):
43
44
45
def test_signer_key_bytes_cycle():
46
- key = ec.generate_private_key(curve=ec.SECP384R1, backend=default_backend())
+ key = ec.generate_private_key(curve=ec.SECP384R1(), backend=default_backend())
47
signer = Signer(algorithm=aws_encryption_sdk.Algorithm.AES_256_GCM_IV12_TAG16_HKDF_SHA384_ECDSA_P384, key=key)
48
key_bytes = signer.key_bytes()
49
new_signer = Signer.from_key_bytes(
0 commit comments