[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
5. Symmetric cryptography
The cipher functions are used for symmetrical cryptography, i.e. cryptography using a shared key. The programming model follows an open/process/close paradigm and is in that similar to other building blocks provided by Libgcrypt.
5.1 Available ciphers | List of ciphers supported by the library. | |
5.2 Cipher modules | How to work with cipher modules. | |
5.3 Available cipher modes | List of cipher modes supported by the library. | |
5.4 Working with cipher handles | How to perform operations related to cipher handles. | |
5.5 General cipher functions | General cipher functions independent of cipher handles. |