Trait concrete_commons::key_kinds::KeyKind[][src]

pub trait KeyKind: SealedKeyKind + Sync + Clone { }
Expand description

In concrete, secret keys can be based on different kinds of scalar values (put aside the data type eventually used to store it in memory). This trait is implemented by marker types, which are used to specify in the type system, what kind of keys we are currently using.

Implementors