Type Alias oprf::coprf::coprf_online::Output
source · pub type Output = P256Point;
Expand description
The coPRF range is the range of the underlying PRF, in our case the group of points on P-256.
Aliased Type§
enum Output {
NonInf((P256FieldElement, P256FieldElement)),
AtInfinity,
}