Skip to main content

TinySuite

Trait TinySuite 

Source
pub trait TinySuite: Suite { }
Expand description

Marker trait for suites that support the Tiny VRF scheme.

Blanket-implemented for all types implementing Suite.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<T> TinySuite for T
where T: Suite,