mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Add import default backend (#4061)
* Add import default backend * Revert blank line in
This commit is contained in:
parent
5db4e5e77e
commit
a481e660a8
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ markers), you can load it:
|
|||
|
||||
.. code-block:: pycon
|
||||
|
||||
>>> from cryptography.hazmat.backends import default_backend
|
||||
>>> from cryptography.hazmat.primitives import serialization
|
||||
|
||||
>>> with open("path/to/key.pem", "rb") as key_file:
|
||||
|
|
|
|||
Loading…
Reference in a new issue