Type Alias CoPRFKeyID

Source
pub type CoPRFKeyID = Vec<u8>;
Expand description

A coPRF evaluation key is identified by a bytestring of arbitrary length.

Aliased Typeยง

struct CoPRFKeyID { /* private fields */ }