CoPRFKeyID

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ยง

pub struct CoPRFKeyID { /* private fields */ }