Alex Stapleton | c368ac2 | 2013-12-31 13:43:38 +0000 | [diff] [blame] | 1 | .. hazmat:: |
| 2 | |
| 3 | Bindings |
| 4 | ======== |
| 5 | |
| 6 | .. currentmodule:: cryptography.hazmat.bindings |
| 7 | |
| 8 | ``cryptography`` aims to provide low-level CFFI based bindings to multiple |
Alex Gaynor | 1225270 | 2014-01-02 11:10:35 -0800 | [diff] [blame] | 9 | native C libraries. These provide no automatic initialization of the library |
Alex Stapleton | c368ac2 | 2013-12-31 13:43:38 +0000 | [diff] [blame] | 10 | and may not provide complete wrappers for its API. |
| 11 | |
| 12 | Using these functions directly is likely to require you to be careful in |
| 13 | managing memory allocation, locking and other resources. |
| 14 | |
| 15 | |
| 16 | Individual Bindings |
| 17 | ------------------- |
| 18 | |
| 19 | .. toctree:: |
| 20 | :maxdepth: 1 |
| 21 | |
| 22 | openssl |