Merge pull request #244 from PR0M3TH3AN/uxv4ku-codex/add-one-liner-install-scripts-for-windows,-macos,-and-linux

Add installer scripts with branch selection
This commit is contained in:
thePR0M3TH3AN
2025-07-04 18:41:08 -04:00
committed by GitHub
4 changed files with 254 additions and 2 deletions

View File

@@ -452,11 +452,11 @@ def derive_pgp_key(
uid = PGPUID.new(user_id)
key.add_uid(
uid,
usage={
usage=[
KeyFlags.Sign,
KeyFlags.EncryptCommunications,
KeyFlags.EncryptStorage,
},
],
hashes=[HashAlgorithm.SHA256],
ciphers=[SymmetricKeyAlgorithm.AES256],
compression=[CompressionAlgorithm.ZLIB],