Trait blsttc::IntoFr[][src]

pub trait IntoFr: Copy {
    fn into_fr(self) -> Fr;
}
Expand description

A conversion into an element of the field Fr.

Required methods

Converts self to a field element.

Implementations on Foreign Types

Implementors