diff options
author | guilhem <guilhem@web> | 2013-08-19 13:44:35 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-08-19 13:44:35 +0000 |
commit | 19c3f2c79c490b6d861812a7c671ddfbb8cbef75 (patch) | |
tree | 20e89e69f1a10d254245c59a729c6be85482f794 /doc/todo | |
parent | 0c3be4f05effbcc795ddcf519607678ae242f4d9 (diff) |
Added a comment
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/faster_gnupg_cipher/comment_3_bd0c975494333dfe558de048d888ace8._comment | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/todo/faster_gnupg_cipher/comment_3_bd0c975494333dfe558de048d888ace8._comment b/doc/todo/faster_gnupg_cipher/comment_3_bd0c975494333dfe558de048d888ace8._comment new file mode 100644 index 000000000..d0b98b7f6 --- /dev/null +++ b/doc/todo/faster_gnupg_cipher/comment_3_bd0c975494333dfe558de048d888ace8._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="guilhem" + ip="129.16.20.209" + subject="comment 3" + date="2013-08-19T13:44:35Z" + content=""" +AES-NI acceleration will be used by default providing you're using +the new modularized GnuPG (v2.x) and libgcrypt ≥ 1.5.0. Of course it +only speeds up AES encryption, while GnuPG uses CAST by default; you can +either set `personal-cipher-preferences` to AES or AES256 in your +`gpg.conf` or, as joeyh hinted at, set `remote.<name>.annex-gnupg-options` +as described in the manpage. + +By the way, I observed a significant speed up when using `--compress-algo none`. +Image, music and video files are typically hard to compress further, and it seems +that's where gpg spent most of its time, at least on the few files I benchmarked. +"""]] |