[][src]Trait threshold_crypto::IntoFr

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

A conversion into an element of the field Fr.

Required methods

fn into_fr(self) -> Fr

Converts self to a field element.

Loading content...

Implementations on Foreign Types

impl IntoFr for u64[src]

impl IntoFr for usize[src]

impl IntoFr for i32[src]

impl IntoFr for i64[src]

impl<'a, T: IntoFr> IntoFr for &'a T[src]

Loading content...

Implementors

impl IntoFr for Fr[src]

Loading content...