Module unable_to_decrypt_hook

Source
Expand description

This module provides a generic interface to subscribe to unable-to-decrypt events, and notable updates to such events.

This provides a general trait that a consumer may implement, as well as utilities to simplify usage of this trait.

Structs§

UnableToDecryptInfo
Information about an event we were unable to decrypt (UTD).
UtdHookManager
A manager over an existing UnableToDecryptHook that deduplicates UTDs on similar events, and adds basic consistency checks.

Traits§

UnableToDecryptHook
A generic interface which methods get called whenever we observe a unable-to-decrypt (UTD) event.