This commit is contained in:
Leonetienne 2022-06-01 02:23:39 +02:00
parent 70111f906c
commit b87ba395e3
No known key found for this signature in database
GPG Key ID: C33879CD92E9708C

View File

@ -8,7 +8,7 @@
#include <vector>
namespace Leonetienne::GCrypt {
/** This class is a wrapper to make working with the GhettoCipher
/** This class is a wrapper to make working with the GCipher
* super easy with a python-like syntax
*/
class GWrapper {