Crate janus_core
source ·Modules
- Encryption and decryption of messages using HPKE (RFC 9180).
- Extensions on report ID representations from
janus_messages. - Provides a simple interface for retrying fallible HTTP requests.
- Utilities for timestamps and durations.
Structs
- This type implements
Runtimeby directly callingtokio::task::spawn.
Traits
- This trait provides a mockable facade for
tokio::task::spawn.