Trait ocelot::oprf::ObliviousPrf
source · pub trait ObliviousPrfwhere
Self: Sized,{
type Seed: Sized;
type Input: Sized;
type Output: Sized;
}
Expand description
Trait containing the associated types used by an oblivious PRF.
Required Associated Types§
Object Safety§
This trait is not object safe.