diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-01-14 19:52:40 +0100 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-01-14 19:52:40 +0100 |
commit | 7544d189d08e2d2213d3ec8686d617c007030092 (patch) | |
tree | 2439b34781cbaf9286ccc9fc9c5697b8469bc604 | |
parent | 9c55abc05dd51f89e5bca17bd7e971a8d4c43ba5 (diff) | |
download | open-keychain-7544d189d08e2d2213d3ec8686d617c007030092.tar.gz open-keychain-7544d189d08e2d2213d3ec8686d617c007030092.tar.bz2 open-keychain-7544d189d08e2d2213d3ec8686d617c007030092.zip |
add https://github.com/rtyley/spongycastle-old to README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ Only classes related to QR Code generation are utilized. 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. see -* Spongy Castle: http://rtyley.github.com/spongycastle/ +* Spongy Castle: https://github.com/rtyley/spongycastle-old and http://rtyley.github.com/spongycastle/ * Fork: https://github.com/ashh87/spongycastle #### Bouncy Castle resources |