This commit is contained in:
Leonetienne
2022-06-01 02:23:39 +02:00
parent 70111f906c
commit b87ba395e3

View File

@@ -8,7 +8,7 @@
#include <vector> #include <vector>
namespace Leonetienne::GCrypt { 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 * super easy with a python-like syntax
*/ */
class GWrapper { class GWrapper {