pub type CoPRFKey = P256Scalar;
A coPRF evaluation key is a scalar for the base group of the scheme, in our case P256.
struct CoPRFKey { /* private fields */ }