pub trait KeySource: 'static + Scheme { }
Expand description

Sealed trait to mark encryption schemes usable in Infinitree.

Implementors