Type Definition sn_dbc::KeyImage

source · []
pub type KeyImage = PublicKey;
Expand description

A KeyImage can be thought of as a specific type of public key. blsttc::PublicKey is a newtype wrapper around blstrs::G1Affine. We use PublicKey because it impls Hash and Ord traits that are useful for storing the KeyImage in a map.