encode_hash_Hashers

encode_hash_Hashers

Overview

encode_hash_Hashers is a class in Aspose.Font FOSS for Python.

This class provides 5 methods for working with encode_hash_Hashers objects in Python programs. Available methods include: Init, PrependCustomDictionary, WarmupHashHashLongestMatch, WarmupHashHashLongestMatchQuickly, __init__. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package. Properties: hash_h1, hash_h2, hash_h3, hash_h4, hash_h5, hash_h6, and 3 more.

Properties

NameTypeAccessDescription
hash_h9``ReadGets the hash h9.
hash_h8``ReadGets the hash h8.
hash_h7``ReadGets the hash h7.
hash_h6``ReadGets the hash h6.
hash_h5``ReadGets the hash h5.
hash_h4``ReadGets the hash h4.
hash_h3``ReadGets the hash h3.
hash_h2``ReadGets the hash h2.
hash_h1``ReadGets the hash h1.

Methods

SignatureDescription
__init__()Calls init on this encode_hash_Hashers instance.
Init(_hx_type)Initializes the hasher with the given _hx_type
WarmupHashHashLongestMatchQuickly(size, _hx_dict, hasher)Pre‑warms hash data for fast longest‑match lookup
WarmupHashHashLongestMatch(size, _hx_dict, hasher)Calls WarmupHashHashLongestMatch on this encode_hash_Hashers instance.
PrependCustomDictionary(_hx_type, size, _hx_dict)Inserts a custom dictionary before the default one

See Also