From 5e0e6494c76154b1da5002bda05e23258678c403 Mon Sep 17 00:00:00 2001 From: Saturneric Date: Sat, 1 Jan 2022 02:55:29 +0800 Subject: (core, test): test key generation for standalone mode 1. add key generation test for standalone mode 2. add supported algos in standalone mode 3. changed support algo vectors from static value to static getter 4. modified name of some variables. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 243ab625..8d75fe32 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ src/GpgFrontend.h src/GpgFrontendBuildInfo.h src/GpgFrontendBuildInstallInfo.h +third_party/AppImageUpdate # gettext *.mo -- cgit v1.2.3