Home
last modified time | relevance | path

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

/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/handlers/
H A Didentity.py740 if LookupAlgorithm.SHA256 in supported_lookup_algorithms:
742 lookup_algorithm = LookupAlgorithm.SHA256
748 elif LookupAlgorithm.NONE in supported_lookup_algorithms:
750 lookup_algorithm = LookupAlgorithm.NONE
970 class LookupAlgorithm: class