initial commit

This commit is contained in:
mikhail "synzr" 2025-12-25 01:37:49 +05:00
commit 9d20827c46
2469 changed files with 470994 additions and 0 deletions

View file

@ -0,0 +1,8 @@
GPGProc launches a single instance of GPG and provides a friendly API to
work with all six possible pipe channels. Theoretically, it should be
possible to build any GPG front end with it, even though qca-gnupg uses it
for only a handful of operations. If you are writing a Qt-based GPG front
end, please use this class.
GPGProc works on both Windows and Unix platforms.