diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-01-28 10:28:17 +0100 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-01-28 10:28:17 +0100 |
commit | d335066868037eaad44ae5fba1ca3a62a08ddfcc (patch) | |
tree | fa9e3c14c2969c126aa41fac10fd03f229a2c557 /README.md | |
parent | ba9ae9617e4363c31ccfaaafe7b13cf611c9dc94 (diff) | |
download | open-keychain-d335066868037eaad44ae5fba1ca3a62a08ddfcc.tar.gz open-keychain-d335066868037eaad44ae5fba1ca3a62a08ddfcc.tar.bz2 open-keychain-d335066868037eaad44ae5fba1ca3a62a08ddfcc.zip |
Fix README info about spongy castle
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -143,12 +143,11 @@ Only classes related to QR Code generation are utilized. #### Spongy Castle -Spongy Castle is the stock Bouncy Castle libraries with a couple of small changes to make it work on Android. OpenPGP Keychain uses a forked version with some small changes to improve key import speed. These changes have been sent to Bouncy Castle, and Spongy Castle will be used again when they have filtered down. +Spongy Castle is the stock Bouncy Castle libraries with a couple of small changes to make it work on Android. OpenPGP Keychain uses a forked version with some small changes. These changes will been sent to Bouncy Castle, and Spongy Castle will be used again when they have filtered down. see * Fork: https://github.com/openpgp-keychain/spongycastle * Spongy Castle: http://rtyley.github.com/spongycastle/ -* Old Fork: https://github.com/ashh87/spongycastle #### Bouncy Castle resources |