commit | 7d2c74e4d36de4b70e72f2f8d6a7a60e86f80e60 | [log] [tgz] |
---|---|---|
author | Laurens Van Houtven <_@lvh.cc> | Mon Jun 23 13:49:58 2014 +0200 |
committer | Laurens Van Houtven <_@lvh.cc> | Mon Jun 23 13:49:58 2014 +0200 |
tree | 6925efdaae33f54bdde5654dd0a92cba0b453327 | |
parent | 41a35e1f4ec3dad0761b5e2c880eeab6d81b5cf4 [diff] [blame] |
Add C binding documentation page
diff --git a/docs/development/c-bindings.rst b/docs/development/c-bindings.rst new file mode 100644 index 0000000..9106e59 --- /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`.