blob: 64e95ccbdabd890932e768c94cd9f8d2b1a60991 [file] [log] [blame]
Paul Kehrera9e31b32014-01-10 00:03:03 -06001.. hazmat::
2
3CommonCrypto Backend
4====================
5
Paul Kehrer12656e52014-01-19 12:15:54 -06006The `CommonCrypto`_ C library provided by Apple on OS X and iOS.
Paul Kehrera9e31b32014-01-10 00:03:03 -06007
8.. currentmodule:: cryptography.hazmat.backends.commoncrypto.backend
9
10.. data:: cryptography.hazmat.backends.commoncrypto.backend
11
Paul Kehrer49255752014-01-19 13:29:06 -060012 This is the exposed API for the CommonCrypto backend. It has one public attribute.
Paul Kehrera9e31b32014-01-10 00:03:03 -060013
Paul Kehrerd6b8dfa2014-01-19 13:26:21 -060014 .. attribute:: name
Paul Kehrera9e31b32014-01-10 00:03:03 -060015
Paul Kehrerd6b8dfa2014-01-19 13:26:21 -060016 Returns ``commoncrypto``, the string name of this backend.
Paul Kehrera9e31b32014-01-10 00:03:03 -060017
Paul Kehrera9e31b32014-01-10 00:03:03 -060018.. _`CommonCrypto`: https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man3/Common%20Crypto.3cc.html