[][src]Trait ophelia::ToBlsPublicKey

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

Associated Types

Loading content...

Required methods

fn pub_key(&self, cr: &Self::CommonReference) -> Self::PublicKey

Loading content...

Implementors

Loading content...