Fix PGP key determinism

This commit is contained in:
thePR0M3TH3AN
2025-07-05 15:37:27 -04:00
parent b23f4cbd00
commit b163ca1bf7

View File

@@ -469,5 +469,6 @@ def derive_pgp_key(
hashes=[HashAlgorithm.SHA256],
ciphers=[SymmetricKeyAlgorithm.AES256],
compression=[CompressionAlgorithm.ZLIB],
created=created,
)
return str(key), key.fingerprint