Trait ophelia::ToBlsPublicKey[][src]

pub trait ToBlsPublicKey {
    type PublicKey;
    type CommonReference;
    fn pub_key(&self, cr: &Self::CommonReference) -> Self::PublicKey;
}

Associated Types

Required methods

Implementors