aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-09-16 10:30:31 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-09-16 10:30:31 +0200
commit53f33dc3cb331ad111a67f5bb9ee69a1e1f34e79 (patch)
treea7ca81f0ddedae5c4dec866f5dec65f629d17c6f /README.md
parent900fdcf029c03dd91fa518801dd0876c04ab8202 (diff)
downloadopen-keychain-53f33dc3cb331ad111a67f5bb9ee69a1e1f34e79.tar.gz
open-keychain-53f33dc3cb331ad111a67f5bb9ee69a1e1f34e79.tar.bz2
open-keychain-53f33dc3cb331ad111a67f5bb9ee69a1e1f34e79.zip
Docs for bouncy castle
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 17 insertions, 4 deletions
diff --git a/README.md b/README.md
index 950aa41e6..6304a95e1 100644
--- a/README.md
+++ b/README.md
@@ -129,13 +129,26 @@ All JAR-Libraries are provided in this repository under "libs", all Android Libr
On error see: http://code.google.com/p/zxing/issues/detail?id=1207
-## Build 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.
+## Bouncy Castle
+
+#### 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.
see
-* http://rtyley.github.com/spongycastle/
-* https://github.com/ashh87/spongycastle
+* Spongy Castle: http://rtyley.github.com/spongycastle/
+* Fork: https://github.com/ashh87/spongycastle
+
+#### Bouncy Castle resources
+
+* Repository: https://github.com/bcgit/bc-java
+* Issue tracker: http://www.bouncycastle.org/jira/browse/BJA
+
+#### Documentation
+* Documentation project at http://www.cryptoworkshop.com/guide/
+* Tests in https://github.com/bcgit/bc-java/tree/master/pg/src/test/java/org/bouncycastle/openpgp/test
+* Mailinglist Archive at http://bouncy-castle.1462172.n4.nabble.com/Bouncy-Castle-Dev-f1462173.html
# Notes