资 源 简 介
### Summary ###
This project brought to life Elliptic Curve Cryptography support in OpenPGP as an end-user feature. Users can simply select an ECC key generation option in
```
gpg2 --gen-key
```
and then use the generated public key as they normally would use any other public key, as shown [here](running.md).
The implementation follows the [ECC in OpenPGP RFC6637](http://tools.ietf.org/html/rfc6637), an IETF standards track specification.
The main goals of this project are:
* adoption of ECC in OpenPGP,
* [NSA Suite B](http://www.nsa.gov/ia/programs/suiteb_cryptography/) compliance at the AES 256 bit strength (equivalent to TOP SECRET level).
[Sample Keys and messages](https://sites.google.com/site/brainhub/pgpecckeys) are available.
See the single changeset **[r15](https://code.google.com/p/gnupg-ecc/source/detail?r=15)** for what does it take to implement ECDSA and ECDH public key support in GnuPG. That"s all the changes. You can browse the source at [gpg2ecc](http://