printf-style string formatting has a number of quirks, and leads to less readable code than using str.format calls or f-strings. In general, prefer the newer str.format and f-strings constructs over printf-style string formatting. |
||
|---|---|---|
| .. | ||
| _ffi | ||
| __init__.py | ||
| _version.py | ||
| asn.py | ||
| ciphers.py | ||
| exceptions.py | ||
| hashes.py | ||
| hkdf.py | ||
| pwdbased.py | ||
| random.py | ||
| utils.py | ||