mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
doc updates
This commit is contained in:
parent
4925575af6
commit
ab6fa0a7f5
2 changed files with 3 additions and 3 deletions
|
|
@ -11,8 +11,8 @@ The `CommonCrypto`_ C library provided by Apple on OS X and iOS.
|
|||
|
||||
This is the exposed API for the CommonCrypto backend. It has one public attribute.
|
||||
|
||||
.. attribute:: name
|
||||
.. attribute:: name
|
||||
|
||||
Returns ``commoncrypto``, the string name of this backend.
|
||||
The string name of this backend: ``"commoncrypto"``
|
||||
|
||||
.. _`CommonCrypto`: https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man3/Common%20Crypto.3cc.html
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ hazmat
|
|||
indistinguishability
|
||||
introspectability
|
||||
invariants
|
||||
iOS
|
||||
pickleable
|
||||
plaintext
|
||||
testability
|
||||
|
|
@ -26,4 +27,3 @@ Changelog
|
|||
Docstrings
|
||||
Fernet
|
||||
Schneier
|
||||
iOS
|
||||
|
|
|
|||
Loading…
Reference in a new issue