mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
fix
This commit is contained in:
parent
ece3872d09
commit
0fe7db62cd
1 changed files with 2 additions and 1 deletions
|
|
@ -396,7 +396,8 @@ def load_fips_dsa_key_pair_vectors(vector_data):
|
|||
continue
|
||||
elif line.startswith("[mod = L=3072"):
|
||||
continue
|
||||
elif reading_key_data:
|
||||
|
||||
if reading_key_data:
|
||||
if line.startswith("P"):
|
||||
vectors.append({'p': int(line.split("=")[1], 16)})
|
||||
elif line.startswith("Q"):
|
||||
|
|
|
|||
Loading…
Reference in a new issue