pub type CoPRFKeyID = Vec<u8>;
A coPRF evaluation key is identified by a bytestring of arbitrary length.
struct CoPRFKeyID { /* private fields */ }