Modules | |
| Read OpenPGP packets | |
| Readers | |
| Write OpenPGP packets | |
| Writers | |
| Error Handling | |
| Keys and Keyrings | |
| Hashes | |
| Encryption/Decryption | |
| Signatures/Verification | |
| Compression/Decompression | |
| Functions to do with MPIs | |
| Linked Lists | |
| Memory | |
| Callbacks | |
| These callback functions are used when parsing or creating. | |
| Create | |
| These functions allow an OpenPGP object to be created. | |
You may find that the easier-to-use High Level API meets your needs.
Please note that the Core API documentation is still a Work-In-Progress.
If you are using the Core API for the first time, you may find that the best place to start if by finding an existing function which does most of what you need and modifying it. A good place to look for such a function is in the test suite (openpgpsdk/tests).
1.4.6