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.a3xrefinery.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.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.pkwarerefinery.lib.fast.pkware_tablesrefinery.lib.fast.zipcrypto