Type Alias oprf::coprf::coprf_setup::CoPRFKey

source ·
pub type CoPRFKey = P256Scalar;
Expand description

A coPRF evaluation key is a scalar for the base group of the scheme, in our case P256.

Aliased Type§

struct CoPRFKey { /* private fields */ }