1.. hazmat:: 2 3Bindings 4======== 5 6.. module:: cryptography.hazmat.bindings 7 8``cryptography`` aims to provide low-level CFFI based bindings to multiple 9native C libraries. These provide no automatic initialization of the library 10and may not provide complete wrappers for its API. 11 12Using these functions directly is likely to require you to be careful in 13managing memory allocation, locking and other resources. 14 15 16Individual bindings 17------------------- 18 19.. toctree:: 20 :maxdepth: 1 21 22 openssl 23