Type Alias Key

Source
pub type Key = Arc<dyn KeySource>;
Expand description

Key source for all crypto operations.

Aliased Typeยง

struct Key { /* private fields */ }