You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
494 B
23 lines
494 B
7 months ago
|
.. hazmat::
|
||
|
|
||
|
Bindings
|
||
|
========
|
||
|
|
||
|
.. module:: cryptography.hazmat.bindings
|
||
|
|
||
|
``cryptography`` aims to provide low-level CFFI based bindings to multiple
|
||
|
native C libraries. These provide no automatic initialization of the library
|
||
|
and may not provide complete wrappers for its API.
|
||
|
|
||
|
Using these functions directly is likely to require you to be careful in
|
||
|
managing memory allocation, locking and other resources.
|
||
|
|
||
|
|
||
|
Individual bindings
|
||
|
-------------------
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 1
|
||
|
|
||
|
openssl
|