pub trait PlacementShare<S: Session, T, O> {
    fn share(&self, sess: &S, x: &T) -> O;
}
Expand description

Secret share value

Required Methods

Implementors