Home
last modified time | relevance | path

Searched refs:pw_tokenizer_65599_fixed_length_hash (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_tokenizer/py/
Dgenerate_hash_test_data.py104 hash=tokens.pw_tokenizer_65599_fixed_length_hash(
Dtokens_test.py161 hash_1 = tokens.pw_tokenizer_65599_fixed_length_hash('o000', 96)
162 hash_2 = tokens.pw_tokenizer_65599_fixed_length_hash('0Q1Q', 96)
/external/pigweed/pw_tokenizer/py/pw_tokenizer/
Dtokens.py48 def pw_tokenizer_65599_fixed_length_hash(string: Union[str, bytes], function
66 return pw_tokenizer_65599_fixed_length_hash(string, DEFAULT_C_HASH_LENGTH)