pub trait KeyDistributionMarker: KeyDistributionMarkerSealed { }
Expand description

A trait implemented by marker types encoding a distribution of secret key in the type system.

By distribution here, we mean the different types of secret key that can exist such as binary, ternary, uniform or gaussian key.

Note

KeyDistributionMarker types are only defined in the specification part of the library, and can not be defined by a backend.

Implementors