Updated Google Summer of Code 2015 (markdown)

Dominik Schürmann 2015-03-25 13:07:05 +01:00
parent 3ffd4d8c7d
commit 4e6855fedc
1 changed files with 1 additions and 1 deletions

@ -70,7 +70,7 @@ Because updating all your keys exposeds your social contacts, privacy problemds
**Contact:** [Mailinglist](http://groups.google.com/d/forum/openpgp-keychain-dev) or over XMPP (Jabber-ID: dominik@dominikschuermann.de)
## Ed25519 / eddsa support
## Ed25519 / EdDSA support
OpenKeychain supports elliptic curve cryptography, but only the ECDSA and ECDH algorithms as specified in [RFC 6637](https://tools.ietf.org/html/rfc6637), which only support the NIST curves. To support the Ed25519 curve requires support for EdDSA as specified in [this Internet Draft](http://www.ietf.org/id/draft-koch-eddsa-for-openpgp-01.txt) by Werner Koch. This is also a requirement for compatibilty with OpenPGP keys generated by [Google End to End](https://github.com/google/end-to-end). This task includes implementing EdDSA in the [BouncyCastle](https://www.bouncycastle.org/) library, which OpenKeychain uses for its low-level crypto operations, and adding support for it in OpenKeychain's UI itself.
**Expected results:** Working implementation of Ed25519 EC crypto in OpenKeychain