GPG and GPGv reimplementation using Sequoia cryptographic library
Reimplementatilon of gpg and gpgv using Sequoia
sqsqv$ sq encrypt --recipient-file recipient.pgp input.txt > encrypted.pgp$ sq decrypt --verify-with-cert cert.pgp encrypted.pgp$ sqv --signer-cert signer.pgp signature.asc file.txt