Module refinery.lib.fast

This module implements some routines in cython that have to be fast.

Expand source code Browse git
"""
This module implements some routines in cython that have to be fast.
"""

Sub-modules

refinery.lib.fast.a3x
refinery.lib.fast.aplib
refinery.lib.fast.argon2

Pure-Python implementation of the Argon2 password hashing function as specified in RFC 9106. Supports all three variants: Argon2d, Argon2i, and …

refinery.lib.fast.blz
refinery.lib.fast.lzfse

Pure-Python implementation of the LZFSE and LZVN decompression algorithms used by Apple. The implementation is designed for readability and Cython …

refinery.lib.fast.lzjb
refinery.lib.fast.lzw
refinery.lib.fast.pkware
refinery.lib.fast.pkware_tables
refinery.lib.fast.xpress
refinery.lib.fast.zipcrypto