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 f03c99a commit 3ceb8bbCopy full SHA for 3ceb8bb
python/ql/test/library-tests/frameworks/cryptography/test_ec.py
@@ -6,6 +6,7 @@
6
7
8
private_key = ec.generate_private_key(curve=ec.SECP384R1()) # $ PublicKeyGeneration keySize=384
9
+private_key = ec.generate_private_key(curve=ec.SECP384R1) # $ MISSING: PublicKeyGeneration keySize=384
10
public_key = private_key.public_key()
11
12
HASH_ALGORITHM = hashes.SHA256()
0 commit comments