We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727a12a commit 1e6cba4Copy full SHA for 1e6cba4
libs/GPG.php
@@ -29,7 +29,7 @@ class GPG
29
30
private $width = 16;
31
private $el = array(3, 5, 9, 17, 513, 1025, 2049, 4097);
32
- private $version = "1.6.3";
+ private $version = "1.6.4";
33
34
private function gpg_encrypt($key, $text) {
35
0 commit comments