Type Alias infinitree::crypto::Key

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

Key source for all crypto operations.

Aliased Type§

struct Key { /* private fields */ }