forked-synapse/synapse/crypto
Erik Johnston 1c6a19002c
Add Keyring.verify_events_for_server and reduce memory usage (#10018)
Also add support for giving a callback to generate the JSON object to
verify. This should reduce memory usage, as we no longer have the event
in memory in dict form (which has a large memory footprint) for extend
periods of time.
2021-05-20 16:25:11 +01:00
..
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
context_factory.py Enable addtional flake8-bugbear linting checks. (#9659) 2021-03-24 09:34:30 -04:00
event_signing.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
keyring.py Add Keyring.verify_events_for_server and reduce memory usage (#10018) 2021-05-20 16:25:11 +01:00