pub trait Malicious: SemiHonest { }
Expand description

A marker trait denoting that the given scheme is maliciously secure.

Implementors