Modules§
- auth_
tokens - cli
- Types useful for creating CLI tools.
- dp
- hpke
- Encryption and decryption of messages using HPKE (RFC 9180).
- http
- report_
id - Extensions on report ID representations from
janus_messages
. - retries
- Provides a simple interface for retrying fallible HTTP requests.
- taskprov
- test_
util test-util
- time
- Utilities for timestamps and durations.
- vdaf
Macros§
- vdaf_
dispatch - Emits a match block dispatching on a
VdafInstance
. - vdaf_
dispatch_ impl - Internal implementation details of
vdaf_dispatch
. - vdaf_
dispatch_ impl_ base - Internal implementation details of
vdaf_dispatch
. - vdaf_
dispatch_ impl_ fpvec_ bounded_ l2 - Internal implementation details of
vdaf_dispatch
. - vdaf_
dispatch_ impl_ test_ util - Internal implementation details of
vdaf_dispatch
.
Structs§
- Tokio
Runtime - This type implements
Runtime
by directly callingtokio::task::spawn
.
Traits§
- Runtime
- This trait provides a mockable facade for
tokio::task::spawn
.
Functions§
- url_
ensure_ trailing_ slash - Returns the given
Url
, possibly modified to end with a slash.