__init__.py

来自「python的加密库」· Python 代码 · 共 17 行

PY
17
字号
"""Miscellaneous modulesContains useful modules that don't belong into any of theother Crypto.* subpackages.Crypto.Util.number        Number-theoretic functions (primality testing, etc.)Crypto.Util.randpool      Random number generationCrypto.Util.RFC1751       Converts between 128-bit keys and human-readable                          strings of words."""__all__ = ['randpool', 'RFC1751', 'number']__revision__ = "$Id: __init__.py,v 1.4 2003/02/28 15:26:00 akuchling Exp $"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?