aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.cc>2014-06-23 13:49:58 +0200
committerLaurens Van Houtven <_@lvh.cc>2014-06-23 13:49:58 +0200
commit7d2c74e4d36de4b70e72f2f8d6a7a60e86f80e60 (patch)
tree6925efdaae33f54bdde5654dd0a92cba0b453327 /docs/development
parent41a35e1f4ec3dad0761b5e2c880eeab6d81b5cf4 (diff)
downloadcryptography-7d2c74e4d36de4b70e72f2f8d6a7a60e86f80e60.tar.gz
cryptography-7d2c74e4d36de4b70e72f2f8d6a7a60e86f80e60.tar.bz2
cryptography-7d2c74e4d36de4b70e72f2f8d6a7a60e86f80e60.zip
Add C binding documentation page
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/c-bindings.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/development/c-bindings.rst b/docs/development/c-bindings.rst
new file mode 100644
index 00000000..9106e59c
--- /dev/null
+++ b/docs/development/c-bindings.rst
@@ -0,0 +1,8 @@
+C bindings
+==========
+
+C bindings are bindings to C libraries, using cffi_ whenever possible.
+
+.. _cffi:: http://cffi.readthedocs.org
+
+Bindings live in :py:mod:`cryptography.hazmat.bindings`.