/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.12.13
Doc/library/crypto.rst
19 строк
411 B
INADA Naoki
Issue #29062: Merge hashlib-blake2.rst into hashlib.rst
13 янв 2017, 13:29
13 янв 2017, 13:29
e2f9e77
Код
Авторство
О чём код?
.. _crypto: ********************** Cryptographic Services ********************** .. index:: single: cryptography The modules described in this chapter implement various algorithms of a cryptographic nature. They are available at the discretion of the installation. On Unix systems, the :mod:`crypt` module may also be available. Here's an overview: .. toctree:: hashlib.rst hmac.rst secrets.rst